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, getTypeClassespublic CoarseAuthenticationEntryExternalizer()
public void writeObject(ObjectOutput output, CoarseAuthenticationEntry<A,D,?> entry) throws IOException
IOExceptionpublic CoarseAuthenticationEntry<A,D,?> readObject(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.