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