IProtonizable
Description
- Extended by
-
Protonizable abstract
Base interface for classes that can serialize their state to the Protocol Buffers wire format.
Public / Methods
ProtoDefault
Resets the object state to default values, as defined by the Protocol Buffers specification.
ProtoDeserialize
Restores the object state from the given Protocol Buffers wire format stream.
- IOException
-
If an I/O error has occurred.
ProtoSerialize
Serializes the object state to a Protocol Buffers wire format stream.
- IOException
-
If an I/O error has occurred.