mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 19:42:02 +00:00
Adds a serialize helper function to native table (#6059)
* Adds a serialize helper function to native table * Updated version
This commit is contained in:
@@ -6,8 +6,6 @@ public protocol FlatBufferObject {
|
||||
init(_ bb: ByteBuffer, o: Int32)
|
||||
}
|
||||
|
||||
public protocol NativeTable {}
|
||||
|
||||
public protocol ObjectAPI {
|
||||
associatedtype T
|
||||
static func pack(_ builder: inout FlatBufferBuilder, obj: inout T) -> Offset<UOffset>
|
||||
|
||||
Reference in New Issue
Block a user