| Package | Description |
|---|---|
| org.wildfly.clustering.marshalling.protostream |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadedClassField
A class field that marshals instances of
Class using a ClassLoaderMarshaller. |
class |
ScalarFieldMarshaller<T>
A field marshaller based on a scaler marshaller.
|
class |
TypedArrayMarshaller
Marshaller for an Object array, using a repeated element field.
|
class |
TypedEnumMarshaller<E extends Enum<E>>
Marshaller for a typed enumeration.
|
class |
TypedObjectMarshaller
Marshaller for a typed object.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMarshaller<Class<?>> |
ClassField.getMarshaller() |
FieldMarshaller<T> |
Field.getMarshaller()
Returns the marshaller for this field.
|
FieldMarshaller<Class<?>> |
LoadedClassField.getMarshaller() |
FieldMarshaller<Object> |
AnyField.getMarshaller() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.