Package com.dyuproject.protostuff

Class Summary
ByteArrayInput Reads and decodes protocol buffer message fields from an internal byte array buffer.
CodedInput Reads and decodes protocol message fields.
GraphByteArrayInput A ByteArrayInput w/c can handle cyclic dependencies when deserializing objects with graph transformations.
GraphCodedInput A CodedInput w/c can handle cyclic dependencies when deserializing objects with graph transformations.
GraphIOUtil IO Utilities for graph objects (references and cyclic dependencies).
GraphProtostuffOutput A ProtostuffOutput w/c can handle cyclic dependencies when serializing objects with graph transformations.
LimitedInputStream An InputStream implementations which reads from some other InputStream but is limited to a particular number of bytes.
ProtobufIOUtil Protobuf ser/deser util for messages/objects.
ProtobufOutput Protobuf serialization where the messages must be fully buffered on memory before it can be written to the socket (OutputStream).
ProtostuffIOUtil Protostuff ser/deser util for messages/objects.
ProtostuffOutput Dual output for streaming or full buffering.
 

Exception Summary
ProtobufException Thrown when a protocol message being parsed is invalid in some way, e.g.
 



Copyright © 2009-2014. All Rights Reserved.