示例#1
0
 protected override void WriteValueImpl(object value, ByteBuffer buffer)
 {
     EncodingUtils.WriteBoolean(buffer, (bool)value);
 }