Click or drag to resize
SerializerCodeGenerationResult Properties

The SerializerCodeGenerationResult type exposes the following members.

Properties
  NameDescription
Public propertyFilePath
Gets the file path which contains generated serializer.
Public propertySerializerTypeFullName
Gets the full name of the generated serializer type.
Public propertySerializerTypeName
Gets the type name of the generated serializer.
Public propertySerializerTypeNamespace
Gets the namespace of the generated serializer.
Public propertyTargetType
Gets the target type of serializer generation.
Top
See Also