18 namespace Deveel.Data.Protocol {
34 private readonly ReferenceType
type;
39 private readonly
long size;
44 private readonly
long id;
66 public ReferenceType Type {
89 public long Identifier {
readonly long size
The size of the object in bytes.
readonly long id
The identifier that identifies this object.
StreamableObject(ReferenceType type, long size, long id)
Constructs the StreamableObject.
readonly ReferenceType type
The type of the object.
An object that is streamable (such as a long binary object, or a long string object).