TSerializable constructor
const
TSerializable({
- String yamlBuilder(
- TWriteable writeable,
- bool includeMetaData
- TMdFactory<
TWriteable> ? mdFactory, - String xmlBuilder(
- TWriteable writeable,
- bool includeMeta
Implementation
const TSerializable({
this.yamlBuilder,
this.mdFactory,
this.xmlBuilder,
});