SerializerSurrogate Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDeserializedObject The GetDeserializedObject method converts the surrogated type instance to the original type instance. It is required for deserialization. Return input object, if not handling type.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetObjectToSerialize The GetObjectToSerialize method converts the original type instance to the surrogated type instance. The method is required for serialization. Return input object, if not handling type
GetSurrogateType 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RegisterSurrogateHandler Register a ISerializerSurrogateHandler to handle one specific type
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also