mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 05:02:25 +00:00
support json serialization
This commit is contained in:
@@ -39,6 +39,9 @@ public struct Rapunzel : IFlatbufferObject
|
||||
|
||||
public class RapunzelT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("hair_length")]
|
||||
#endif
|
||||
public int HairLength { get; set; }
|
||||
|
||||
public RapunzelT() {
|
||||
|
||||
Reference in New Issue
Block a user