mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 17:56:11 +00:00
support json serialization
This commit is contained in:
@@ -60,7 +60,13 @@ public struct TableInC : IFlatbufferObject
|
||||
|
||||
public class TableInCT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("refer_to_a1")]
|
||||
#endif
|
||||
public NamespaceA.TableInFirstNST ReferToA1 { get; set; }
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("refer_to_a2")]
|
||||
#endif
|
||||
public NamespaceA.SecondTableInAT ReferToA2 { get; set; }
|
||||
|
||||
public TableInCT() {
|
||||
|
||||
Reference in New Issue
Block a user