class |
BinaryFieldMarshaller<T,F1,F2> |
Generic marshaller based on two non-public fields.
|
class |
BinaryMemberMarshaller<T,M extends Member,M1,M2> |
Generic marshaller based on two non-public members.
|
class |
BinaryMethodMarshaller<T,M1,M2> |
Generic marshaller based on two non-public accessor methods.
|
class |
DecoratorMarshaller<T> |
Marshaller for a decorator that does not provide public access to its decorated object.
|
class |
SynchronizedDecoratorMarshaller<T> |
A decorator marshaller that writes the decorated object while holding its monitor lock.
|
class |
TernaryFieldMarshaller<T,F1,F2,F3> |
Generic marshaller based on three non-public fields.
|
class |
TernaryMemberMarshaller<T,M extends Member,M1,M2,M3> |
Generic marshaller based on three non-public members.
|
class |
TernaryMethodMarshaller<T,M1,M2,M3> |
Generic marshaller based on three non-public accessor methods.
|
class |
UnaryFieldMarshaller<T,F> |
Generic marshaller based on a single non-public field.
|
class |
UnaryMemberMarshaller<T,M extends Member,M1> |
Generic marshaller based on a single non-public member.
|
class |
UnaryMethodMarshaller<T,M> |
Generic marshaller based on a single non-public accessor method.
|