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