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