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