Пример #1
0
 public override void WriteNson(INsonEncoder encoder, Doodle value)
 {
     encoder.EncodeKeyValuePair("key-that-isnt-on-object", true);
     encoder.EncodeKeyValuePair("another_key", "with a value");
     encoder.EncodeKeyValuePair("string_array", new string[] { "first", "second" });
 }
Пример #2
0
 public override void WriteNson(INsonEncoder encoder, Doodle value)
 {
     encoder.EncodeKeyValuePair("key-that-isnt-on-object", true);
     encoder.EncodeKeyValuePair("another_key", "with a value");
 }