mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-14 08:26:59 +00:00
support json serialization
This commit is contained in:
@@ -78,6 +78,10 @@ public struct Referrable : IFlatbufferObject
|
||||
|
||||
public class ReferrableT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("id")]
|
||||
[Newtonsoft.Json.JsonIgnore()]
|
||||
#endif
|
||||
public ulong Id { get; set; }
|
||||
|
||||
public ReferrableT() {
|
||||
|
||||
Reference in New Issue
Block a user