DomainSerializationConfig
type
DomainSerializationConfig
The configuration for trivial serialization and deserialization of domain objects.
Properties
deserializeAsset?
Function to customize the assets deserialization
any
deserializeAssets?
Function to customize assets deserialization, is preferred over `deserializeAsset` if both are informed
any
excludeSerialization?
A dictionary of domain object types to be skipped from domain serialization, keys should be in lowercase
Record
extraTypeDefinitions?
An array of extra type definitions that are specific to a project
and don't make sense to be upstreamed into this library
serializeAsset?
Function to customize the assets serialization
any
