Example #1
0
 // Returns the minimum amount of bytes needed to store the smallest possible instance of TType.
 public override int GetMinSerializedSize(TType type)
 {
     return(_wrappedProtocol.GetMinSerializedSize(type));
 }