Source position: sdo_serialization_binary.pas line 141
type TArrayBuffer = record
Count: Integer;
Items: PDataBufferList;
Attributes: PObjectBuffer;
end;