Click or drag to resize
SerializerAssemblyGenerationConfiguration Class
Represents configuration for pre-generated serializer assembly generation.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationSerializerAssemblyGenerationConfiguration

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

The SerializerAssemblyGenerationConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodSerializerAssemblyGenerationConfiguration
Initializes a new instance of the SerializerAssemblyGenerationConfiguration class.
Top
Properties
  NameDescription
Public propertyAssemblyName
Gets or sets the name of the assembly. This property is required.
Public propertyEnumSerializationMethod
Gets or sets the default enum serialization method for generating enum type serializers.
Public propertyIsRecursive
Gets or sets a value indicating whether recursively generates dependent types which do not have built-in serializer or not.
Public propertyOutputDirectory
Gets or sets the output directory for generated source codes.
Public propertyPreferReflectionBasedSerializer
Gets or sets a value indicating whether prefer reflection based collection serializers instead of dyhnamic generated serializers.
Public propertySerializationMethod
Gets or sets the serialization method to pack object.
Top
See Also