public class MapExternalizer extends DefaultExternalizer
BYTES_0, constructors, dynamicClass, orderedFields, orderedSetterFields| Constructor and Description |
|---|
MapExternalizer() |
| Modifier and Type | Method and Description |
|---|---|
int |
accept(Class<?> clazz) |
void |
readExternal(Object o,
ObjectInput in) |
void |
writeExternal(Object o,
ObjectOutput out) |
configure, findDefaultConstructor, findOrderedFields, findOrderedFields, isPropertyIgnored, isPropertyIgnored, isValueIgnored, newInstancepublic MapExternalizer()
public int accept(Class<?> clazz)
accept in interface Externalizeraccept in class DefaultExternalizerpublic void readExternal(Object o, ObjectInput in) throws IOException, ClassNotFoundException, IllegalAccessException
readExternal in interface ExternalizerreadExternal in class DefaultExternalizerIOExceptionClassNotFoundExceptionIllegalAccessExceptionpublic void writeExternal(Object o, ObjectOutput out) throws IOException, IllegalAccessException
writeExternal in interface ExternalizerwriteExternal in class DefaultExternalizerIOExceptionIllegalAccessException