public enum InfinispanBeanKeySerializer extends Enum<InfinispanBeanKeySerializer> implements org.wildfly.clustering.marshalling.spi.Serializer<InfinispanBeanKey<org.jboss.ejb.client.SessionID>>
InfinispanBeanKey.| Modifier and Type | Class and Description |
|---|---|
static class |
InfinispanBeanKeySerializer.InfinispanBeanKeyExternalizer |
static class |
InfinispanBeanKeySerializer.InfinispanBeanKeyFormat |
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
InfinispanBeanKey<org.jboss.ejb.client.SessionID> |
read(DataInput input) |
static InfinispanBeanKeySerializer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanBeanKeySerializer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(DataOutput output,
InfinispanBeanKey<org.jboss.ejb.client.SessionID> key) |
public static final InfinispanBeanKeySerializer INSTANCE
public static InfinispanBeanKeySerializer[] values()
for (InfinispanBeanKeySerializer c : InfinispanBeanKeySerializer.values()) System.out.println(c);
public static InfinispanBeanKeySerializer 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, InfinispanBeanKey<org.jboss.ejb.client.SessionID> key) throws IOException
write in interface org.wildfly.clustering.marshalling.spi.Serializer<InfinispanBeanKey<org.jboss.ejb.client.SessionID>>IOExceptionpublic InfinispanBeanKey<org.jboss.ejb.client.SessionID> read(DataInput input) throws IOException
read in interface org.wildfly.clustering.marshalling.spi.Serializer<InfinispanBeanKey<org.jboss.ejb.client.SessionID>>IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.