Interface | Description |
---|---|
ObjectDecoder |
Decodes binary representations of JABB objects.
|
ObjectEncoder |
Encoder that encodes JABB objects to its binary representation.
|
Class | Description |
---|---|
JabbFactory |
Creates decoder and encoder.
|
Exception | Description |
---|---|
ParseException |
Exception thrown in case of JABB parsing problems.
|
Annotation Type | Description |
---|---|
Generic |
Holds a generics string to retain the generic information, especially on collections or maps, at runtime.
|
MemberID |
The id of a class member and the implementation class name if the member is an interface or an abstract class.
|
ObjectID |
Any object that could build the root of a structure should have an object id that is unique within the application or
package.
|