Interface Serializer<T>
public interface Serializer<T>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
deserialize
(DataInputStream stream) void
serialize
(T object, DataOutputStream stream)
-
Field Details
-
EPTYPEARRAY
-
-
Method Details
-
accepts
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-