| SerializerGenerator Methods |
| Name | Description | |
|---|---|---|
| GenerateAssembly(SerializerAssemblyGenerationConfiguration, IEnumerableType) |
Generates an assembly which contains auto-generated serializer types for specified types.
| |
| GenerateAssembly(SerializerAssemblyGenerationConfiguration, Type) |
Generates an assembly which contains auto-generated serializer types for specified types.
| |
| GenerateAssemblyFile | Obsolete.
Generates the serializer assembly and save it to current directory.
| |
| GenerateAssemblyFile(String) | Obsolete.
Generates the serializer assembly and save it to specified directory.
| |
| 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.
| |
| GenerateSerializerCodeAssembly(SerializerAssemblyGenerationConfiguration, IEnumerableType) |
Generates an assembly which contains auto-generated serializer types for specified types.
| |
| GenerateSerializerCodeAssembly(SerializerAssemblyGenerationConfiguration, Type) |
Generates an assembly which contains auto-generated serializer types for specified types.
| |
| 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.
|