Interface ClassLoaderMarshaller

All Superinterfaces:
FieldReadable<ClassLoader>, FieldSetMarshaller<ClassLoader,ClassLoader>, FieldSetMarshaller.Simple<ClassLoader>, Writable<ClassLoader>
All Known Implementing Classes:
ModuleClassLoaderMarshaller, SimpleClassLoaderMarshaller

public interface ClassLoaderMarshaller extends FieldSetMarshaller.Simple<ClassLoader>
A marshaller for the fields of a ClassLoader.
Author:
Paul Ferraro