public class SimpleArraySerializer<T,S extends ISimpleSerializer<T>> extends java.lang.Object implements ISimpleSerializer<T[]>
| Constructor and Description |
|---|
SimpleArraySerializer(S elementSerializer) |
| Modifier and Type | Method and Description |
|---|---|
T[] |
read(SimpleInputStream in) |
void |
write(SimpleOutputStream out,
T[] val) |
public SimpleArraySerializer(S elementSerializer)
public void write(SimpleOutputStream out, T[] val) throws java.io.IOException
write in interface ISimpleSerializer<T[]>java.io.IOExceptionpublic T[] read(SimpleInputStream in) throws java.io.IOException
read in interface ISimpleSerializer<T[]>java.io.IOException