Normalizes an instance of a class by deserializing it from its byte representation. This function allows the instanceof operator to work correctly when the input objects originate from a different bundle.
instanceof
The class of the object to normalize.
The instance to normalize.
Normalizes an instance of a class by deserializing it from its byte representation. This function allows the
instanceof
operator to work correctly when the input objects originate from a different bundle.