mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 07:33:05 +00:00
support json serialization
This commit is contained in:
@@ -53,6 +53,9 @@ public struct TableInNestedNS : IFlatbufferObject
|
||||
|
||||
public class TableInNestedNST
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("foo")]
|
||||
#endif
|
||||
public int Foo { get; set; }
|
||||
|
||||
public TableInNestedNST() {
|
||||
|
||||
Reference in New Issue
Block a user