| AbstractMemberMarshaller<T,M extends Member> |
Generic marshaller based on non-public members.
|
| BinaryFieldMarshaller<T,F1,F2> |
Generic marshaller based on two non-public fields.
|
| BinaryMemberMarshaller<T,M extends Member,M1,M2> |
Generic marshaller based on two non-public members.
|
| BinaryMethodMarshaller<T,M1,M2> |
Generic marshaller based on two non-public accessor methods.
|
| DecoratorMarshaller<T> |
Marshaller for a decorator that does not provide public access to its decorated object.
|
| FieldMarshaller<T> |
A very generic marshaller for use with classes whose state is not publicly available for reading or writing except by pure reflection.
|
| ProxyMarshaller<T> |
Marshaller for proxies serialized using the writeReplace()/readResolve() pattern.
|
| SynchronizedDecoratorMarshaller<T> |
A decorator marshaller that writes the decorated object while holding its monitor lock.
|
| TernaryFieldMarshaller<T,F1,F2,F3> |
Generic marshaller based on three non-public fields.
|
| TernaryMemberMarshaller<T,M extends Member,M1,M2,M3> |
Generic marshaller based on three non-public members.
|
| TernaryMethodMarshaller<T,M1,M2,M3> |
Generic marshaller based on three non-public accessor methods.
|
| UnaryFieldMarshaller<T,F> |
Generic marshaller based on a single non-public field.
|
| UnaryMemberMarshaller<T,M extends Member,M1> |
Generic marshaller based on a single non-public member.
|
| UnaryMethodMarshaller<T,M> |
Generic marshaller based on a single non-public accessor method.
|