mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 11:15:45 +00:00
support json serialization
This commit is contained in:
@@ -48,7 +48,13 @@ public struct Test : IFlatbufferObject
|
||||
|
||||
public class TestT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("a")]
|
||||
#endif
|
||||
public short A { get; set; }
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("b")]
|
||||
#endif
|
||||
public sbyte B { get; set; }
|
||||
|
||||
public TestT() {
|
||||
|
||||
Reference in New Issue
Block a user