public interface Serializer<T>
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPEARRAY |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(Class c) |
T |
deserialize(DataInputStream stream) |
void |
serialize(T object,
DataOutputStream stream) |
static final EPTypeClass EPTYPEARRAY
boolean accepts(Class c)
void serialize(T object, DataOutputStream stream) throws IOException
IOException
T deserialize(DataInputStream stream) throws IOException
IOException
Copyright © 2005–2021. All rights reserved.