| Interface | Description |
|---|---|
| IProtobufConverter |
An interface class that any classes attribute needs to be
converted for a Google ProtoBuf Message.
|
| IProtobufSerializer |
Interface for generating Protobuf serialization; generally only the
ProtobufSerializer should implement this, but by all means, feel free
to create your own!
|
| Class | Description |
|---|---|
| NullClass |
This is a null class to be used in Annotations.
|
| ProtobufSerializer |
This class' has two methods for serialization:
toProtobuf: serialize to a Protobuf
fromProtobuf: serialize from a Protobuf object
This class can be used as Java bean and thus a singleton.
|
| Exception | Description |
|---|---|
| ProtobufAnnotationException |
Exception when raised during the serialization of Protobuf attributes.
|
| ProtobufException |
Exception when raised during the serialization of Protobuf attributes.
|
| Annotation Type | Description |
|---|---|
| ProtobufAttribute |
ProtobufAttribute annotation for defining your POJO attributes
for serialization to and from Protobuf classes/entities.
|
| ProtobufEntity |
ProtoBufEntity annotation for defining your Protobuf entity
on your POJO class.
|
Copyright © 2014. All rights reserved.