mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 22:51:46 +00:00
support json serialization
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
namespace NamespaceA.NamespaceB
|
||||
{
|
||||
|
||||
#if ENABLE_JSON_SERIALIZATION
|
||||
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
|
||||
#endif
|
||||
public enum EnumInNestedNS : sbyte
|
||||
{
|
||||
A = 0,
|
||||
|
||||
Reference in New Issue
Block a user