protected static class InputStreamHook.ReadObjectState extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ReadObjectState() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginDefaultReadObject(InputStreamHook stream) |
void |
beginUnmarshalCustomValue(InputStreamHook stream,
boolean calledDefaultWriteObject,
boolean hasReadObject) |
void |
endDefaultReadObject(InputStreamHook stream) |
void |
endUnmarshalCustomValue(InputStreamHook stream) |
void |
readData(InputStreamHook stream) |
public void beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException
IOExceptionpublic void endUnmarshalCustomValue(InputStreamHook stream) throws IOException
IOExceptionpublic void beginDefaultReadObject(InputStreamHook stream) throws IOException
IOExceptionpublic void endDefaultReadObject(InputStreamHook stream) throws IOException
IOExceptionpublic void readData(InputStreamHook stream) throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.