Class SimpleGroupPrincipal.Externalizer
java.lang.Object
org.infinispan.server.core.security.simple.SimpleGroupPrincipal.Externalizer
- All Implemented Interfaces:
Serializable,org.infinispan.commons.marshall.Externalizer<SimpleGroupPrincipal>
- Enclosing class:
SimpleGroupPrincipal
public static class SimpleGroupPrincipal.Externalizer
extends Object
implements org.infinispan.commons.marshall.Externalizer<SimpleGroupPrincipal>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadObject(ObjectInput input) voidwriteObject(ObjectOutput output, SimpleGroupPrincipal object)
-
Constructor Details
-
Externalizer
public Externalizer()
-
-
Method Details
-
writeObject
- Specified by:
writeObjectin interfaceorg.infinispan.commons.marshall.Externalizer<SimpleGroupPrincipal>- Throws:
IOException
-
readObject
public SimpleGroupPrincipal readObject(ObjectInput input) throws IOException, ClassNotFoundException - Specified by:
readObjectin interfaceorg.infinispan.commons.marshall.Externalizer<SimpleGroupPrincipal>- Throws:
IOExceptionClassNotFoundException
-