public enum AddressableNodeSerializer extends Enum<AddressableNodeSerializer> implements org.wildfly.clustering.marshalling.spi.Serializer<AddressableNode>
AddressableNode.| Modifier and Type | Class and Description |
|---|---|
static class |
AddressableNodeSerializer.AddressableNodeExternalizer |
static class |
AddressableNodeSerializer.AddressableNodeKeyFormat |
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
AddressableNode |
read(DataInput input) |
static AddressableNodeSerializer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressableNodeSerializer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(DataOutput output,
AddressableNode node) |
public static final AddressableNodeSerializer INSTANCE
public static AddressableNodeSerializer[] values()
for (AddressableNodeSerializer c : AddressableNodeSerializer.values()) System.out.println(c);
public static AddressableNodeSerializer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void write(DataOutput output, AddressableNode node) throws IOException
write in interface org.wildfly.clustering.marshalling.spi.Serializer<AddressableNode>IOExceptionpublic AddressableNode read(DataInput input) throws IOException
read in interface org.wildfly.clustering.marshalling.spi.Serializer<AddressableNode>IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.