A
- D
- public class CoarseAuthenticationEntryExternalizer<A,D> extends AbstractSimpleExternalizer<CoarseAuthenticationEntry<A,D,?>>
CoarseAuthenticationEntry
.Constructor and Description |
---|
CoarseAuthenticationEntryExternalizer() |
Modifier and Type | Method and Description |
---|---|
CoarseAuthenticationEntry<A,D,?> |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
CoarseAuthenticationEntry<A,D,?> entry) |
getId, getTargetClass, getTypeClasses
public CoarseAuthenticationEntryExternalizer()
public void writeObject(ObjectOutput output, CoarseAuthenticationEntry<A,D,?> entry) throws IOException
IOException
public CoarseAuthenticationEntry<A,D,?> readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2015 JBoss by Red Hat. All rights reserved.