dataConverters property

Map<Type, Object> dataConverters
getter/setter pair

Stores a cache of data converters used when publishing data to a broker.

Implementation

Map<Type, Object> dataConverters = <Type, Object>{};