Mapping
Namespace: Legivel.Customization
Nested types and modules
| Type | Description |
| DUFieldMapping | |
| DiscriminatedUnionMappingInfo |
Mapper structure for a Discriminated Union - non-enum |
| EnumFieldMapping | |
| EnumMappingInfo |
Mapper structure for a Discriminated Union, which compiles to an enum type |
| Error |
Returned when deserialization contained errors |
| ListMappingInfo |
Mapper structure for a List<'a> type |
| MapMappingInfo | |
| OptionalMappingInfo |
Mapper structure for an Option<'a> type |
| PrimitiveMappingInfo |
Mapper structure for all primitive types |
| RecordFieldMapping |
Contains the mapping of one record field |
| RecordMappingInfo |
Mapper structure for a record type |
| Result<'tp> |
Result of customized yaml to native mapping |
| ScalarToNativeMapping |
To register one yaml scalar to native mapping |
| Success<'tp> |
Returned when deserialization in succesful |
| Module | Description |
| YamlMapped |