This interface marks an object that can be serialized to a data stream. It is similar in function to {@link java.io.Serializable}, except that the serialization is handled explicitely by the object.
A large value object which can be streamable in chunks of data each time
A reference stream id is tuple source id for a Streamble object where the object is in buffer manager, but the contents will never be written to disk; this is the ID that client needs to reference to get the chunk of data.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.