| SerializerGeneratorGenerateCode Method |
| Name | Description | |
|---|---|---|
| GenerateCode(IEnumerableType) |
Generates source codes which implement auto-generated serializer types for specified types with default configuration.
| |
| GenerateCode(Type) |
Generates source codes which implement auto-generated serializer types for specified types with default configuration.
| |
| GenerateCode(SerializerCodeGenerationConfiguration, IEnumerableType) |
Generates source codes which implement auto-generated serializer types for specified types with specified configuration.
| |
| GenerateCode(SerializerCodeGenerationConfiguration, Type) |
Generates source codes which implement auto-generated serializer types for specified types with specified configuration.
|