I was wondering if there is an example of how to create and register a custom serializer for the DataConverter for a specific data type. Ex. I have a data type that has defined interfaces within it, so the default deserializer/serializer won’t be able to determine what type the interfaces really are so I need to use a couple custom adapter registered to gson for example. So what im looking for is to specify that for this type, use this serailizer/deserializer for the DataCoverter.