Marshaller constructor
Marshaller(
- LoggerContract logger,
- CacheProviderContract cache
Implementation
Marshaller(this.logger, this.cache) {
serializers = SerializerBucket(this);
}