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
IOException
public void endUnmarshalCustomValue(InputStreamHook stream) throws IOException
IOException
public void beginDefaultReadObject(InputStreamHook stream) throws IOException
IOException
public void endDefaultReadObject(InputStreamHook stream) throws IOException
IOException
public void readData(InputStreamHook stream) throws IOException
IOException
Copyright © 2019 JBoss by Red Hat. All rights reserved.