Exemplo n.º 1
0
 public void Encode(ByteBuffer buffer, object value)
 {
     string str = (string)value;
     buffer.WriteString(str);
 }