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 aClassLoader.- Author:
- Paul Ferraro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
FieldSetMarshaller.Simple<T>, FieldSetMarshaller.Supplied<T,V extends Supplier<T>>
-
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldReadable
getFields, nextIndex, readFrom
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
createInitialValue
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller.Simple
build
-
-