mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 19:46:10 +00:00
support json serialization
This commit is contained in:
@@ -39,6 +39,9 @@ public struct BookReader : IFlatbufferObject
|
||||
|
||||
public class BookReaderT
|
||||
{
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonProperty("books_read")]
|
||||
#endif
|
||||
public int BooksRead { get; set; }
|
||||
|
||||
public BookReaderT() {
|
||||
|
||||
Reference in New Issue
Block a user