public class SimpleIntegerSerializer extends java.lang.Object implements ISimpleSerializer<java.lang.Integer>
| Modifier and Type | Field and Description |
|---|---|
static SimpleIntegerSerializer |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
read(SimpleInputStream in) |
void |
write(SimpleOutputStream out,
java.lang.Integer val) |
public static SimpleIntegerSerializer INSTANCE
public void write(SimpleOutputStream out, java.lang.Integer val) throws java.io.IOException
write in interface ISimpleSerializer<java.lang.Integer>java.io.IOExceptionpublic java.lang.Integer read(SimpleInputStream in) throws java.io.IOException
read in interface ISimpleSerializer<java.lang.Integer>java.io.IOException