public class ReadCommonResponse extends JRemoteResponse
JBaseSerializable.TYPE
Constructor and Description |
---|
ReadCommonResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
JDynArray |
getValue(java.nio.charset.CharsetEncoder encoder,
java.nio.charset.CharsetDecoder decoder) |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion
public JDynArray getValue(java.nio.charset.CharsetEncoder encoder, java.nio.charset.CharsetDecoder decoder)
public int getType()
public void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException