public interface JBaseSerializable
Modifier and Type | Interface and Description |
---|---|
static interface |
JBaseSerializable.TYPE |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
int |
getVersion() |
void |
readObject(JBaseObjectReader reader,
int version) |
void |
writeObject(JBaseObjectWriter writer,
int version) |
void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
java.io.IOException
void readObject(JBaseObjectReader reader, int version) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
int getType()
int getVersion()