SerializationManager.Serializer Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializer function.
public delegate void SerializationManager.Serializer(object raw, ISerializationContext context, Type expected);
type SerializationManager.Serializer = delegate of obj * ISerializationContext * Type -> unit
Public Delegate Sub SerializationManager.Serializer(raw As Object, context As ISerializationContext, expected As Type)
Parameters
- raw
- Object
Input object to be serialized.
- context
- ISerializationContext
The context under which this object is being serialized.
- expected
- Type
Current Type active in this stream.