| Class | Description |
|---|---|
| IdentityBytes |
Pass-through serializer for byte arrays.
|
| IntBytes |
Integer serializer using 4-byte big-endian representation.
|
| StringBytes |
String serializer using US-ASCII encoding.
|
| UTF8StringBytes |
String serializer using UTF-8 encoding.
|
Data structures and serialization utilities.
This package contains fundamental data structures and serialization mechanisms used throughout the address book application. It provides efficient ways to store, retrieve, and manipulate various types of data.
Key components: