ObjectDataProtocol
ObjectDataProtocol
protocol ObjectDataProtocol : AnyObject, Sendable
Object data, either a package or struct
BCS
The BCS serialized form for this type is defined by the following ABNF:
object-data = object-data-struct / object-data-package
object-data-struct = %d00 object-move-struct
object-data-package = %d01 object-move-package