protoMapper property

ProtoMapper<TEntity, TProto> protoMapper

Gets an instance of a class that maps between a PODO and its corresponding protocol buffer serializer and deserializer class

Implementation

ProtoMapper<TEntity, TProto> get protoMapper;