Uses of Package
com.dyuproject.protostuff

Classes in com.dyuproject.protostuff used by com.dyuproject.protostuff
ByteString
          Immutable array of bytes.
Input
          An Input lets an application read primitive data types and objects from a source of data.
LinkedBuffer
          A buffer that wraps a byte array and has a reference to the next buffer for dynamic increase.
Message
          The serializable object where its schema handles its serialization and deserialization.
Output
          An Output lets an application write primitive data types and objects to a sink of data.
Pipe
          Transfers data from an Input to an Output.
Pipe.Schema
          Schema for transferring data from a source (Input) to a different sink (Output).
Schema
          Handles the serialization and deserialization of a message/object tied to this.
WireFormat.FieldType
          This is here to support runtime schemas.
WireFormat.JavaType
          This is here to support runtime schemas.
WriteSession
          Designed to be subclassed by implementations of Output for easier serialization code for streaming or full buffering.
WriteSink
          The flexible output for outputs that use WriteSession.
 



Copyright © 2009-2013. All Rights Reserved.