| Adaptable |
Represents something capable of being adapted.
|
| AdaptedKeyValue |
A value that's associated with a key and must be
adapted to and from storage.
|
| AdaptedValue |
A value that must be adapted to and from storage.
|
| Adapter |
Combines a serializer with a compatible deserializer.
|
| Adapter.StandardSet |
A collection of standard adapters.
|
| Defaultable |
Represents a default value.
|
| DefaultAdaptedKeyValue |
A value that's associated with a default fallback, a key,
and must be adapted to and from storage.
|
| DefaultAdaptedValue |
A value that's associated with a default fallback
and must be adapted to and from storage.
|
| DefaultGetter |
Gets a value from storage or a default fallback.
|
| DefaultKeyValue |
A value associated with a default fallback and a key.
|
| DefaultSetter |
Sets a value in storage with options for default values.
|
| DefaultValue |
A value associated with a default fallback.
|
| Deserializer |
Deserializes an object.
|
| Getter |
Gets a possible value from storage.
|
| KeyGetter |
Gets a possible value from storage at a specified key.
|
| KeyHolder |
Represents an association with a key.
|
| KeySetter |
Sets a value in storage at a specified key.
|
| KeyValue |
A value associated with a particular key.
|
| Serializer |
Serializes an object.
|
| Setter |
Sets a value in storage.
|
| Value |
A value represented by a getter and a setter.
|