Class BsonRepresentationSerde

java.lang.Object
io.micronaut.serde.bson.custom.AbstractBsonSerde<Object>
io.micronaut.serde.bson.custom.BsonRepresentationSerde
All Implemented Interfaces:
Deserializer<Object>, Serde<Object>, Serializer<Object>

@Singleton public final class BsonRepresentationSerde extends AbstractBsonSerde<Object>
Custom BsonType representation serializer/deserializer.
Author:
Denis Stepanov