mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 12:20:00 +00:00
support json serialization
This commit is contained in:
@@ -53,6 +53,9 @@ public struct SecondTableInA : IFlatbufferObject
|
||||
|
||||
public class SecondTableInAT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("refer_to_c")]
|
||||
#endif
|
||||
public NamespaceC.TableInCT ReferToC { get; set; }
|
||||
|
||||
public SecondTableInAT() {
|
||||
|
||||
Reference in New Issue
Block a user