示例#1
0
 public override uint GetEncodingSize(object value)
 {
     return(EncodingUtils.EncodedLongStringLength((string)value, ENCODING));
 }