Click or drag to resize
SerializationContext Class
This is intened to MsgPack for CLI internal use. Do not use this type from application directly. Represents serialization context information for internal serialization logic.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationSerializationContext

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public sealed class SerializationContext

The SerializationContext type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCompatibilityOptions
Gets the compatibility options.
Public propertyStatic memberDefault
Gets or sets the default instance.
Public propertyDefaultCollectionTypes
Gets the default collection types.
Public propertyDefaultDateTimeConversionMethod
Gets or sets the default DateTime conversion methods of built-in serializers.
Public propertyEnumSerializationMethod
Gets or sets the EnumSerializationMethod to determine default serialization strategy of enum types.
Public propertyExtTypeCodeMapping
Gets the current mapping table of ext type code.
Public propertyGeneratorOption
Gets or sets the SerializationMethodGeneratorOption to control code generation.
Public propertySerializationMethod
Gets or sets the SerializationMethod to determine serialization strategy.
Public propertySerializers
Gets the current SerializerRepository.
Top
Methods
Events
  NameDescription
Public eventResolveSerializer
Occurs when the context have not find appropriate registered nor built-in serializer for specified type.
Top
See Also