public class SimpleSessionMetaDataExternalizer extends AbstractSimpleExternalizer<SimpleSessionMetaData>
Constructor and Description |
---|
SimpleSessionMetaDataExternalizer() |
Modifier and Type | Method and Description |
---|---|
SimpleSessionMetaData |
readObject(ObjectInput input) |
void |
writeObject(ObjectOutput output,
SimpleSessionMetaData metaData) |
getId, getTargetClass, getTypeClasses
public void writeObject(ObjectOutput output, SimpleSessionMetaData metaData) throws IOException
IOException
public SimpleSessionMetaData readObject(ObjectInput input) throws IOException
IOException
Copyright © 2013 JBoss by Red Hat. All rights reserved.