mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Deprecate EnumVal.object (#6612)
Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -48,7 +48,7 @@ table KeyValue {
|
||||
table EnumVal {
|
||||
name:string (required);
|
||||
value:long (key);
|
||||
object:Object; // Will be deprecated in favor of union_type in the future.
|
||||
object:Object (deprecated);
|
||||
union_type:Type;
|
||||
documentation:[string];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user