Utility function that serializes and deserialize an object back into the same bundle as the sdk. This is a workaround to have the instanceof operator work when input objects come from a different bundle.
instanceof
The class of the object to normalize
the instance to normalize
Utility function that serializes and deserialize an object back into the same bundle as the sdk. This is a workaround to have the
instanceof
operator work when input objects come from a different bundle.