protected override bool CanWriteType(Type type)
 {
     return(ProtobufFormatterUtils.IsProtobuf(type));
 }
Beispiel #2
0
 protected override bool CanReadType(Type type)
 {
     return(ProtobufFormatterUtils.IsProtobuf(type) && base.CanReadType(type));
 }