Click or drag to resize
SerializerAssemblyGenerationConfiguration Properties

The SerializerAssemblyGenerationConfiguration type exposes the following members.

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