JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.gittorr.ccerial
Interface Serializer<E>
public interface
Serializer<E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
E
deserialize
(
InputStream
in)
void
serialize
(
OutputStream
out,
E
entity)
Method Details
serialize
void
serialize
(
OutputStream
out,
E
entity)
throws
IOException
Throws:
IOException
deserialize
E
deserialize
(
InputStream
in)
throws
IOException
Throws:
IOException