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