public interface Serializer
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
deserialize(InputStream is) |
void |
serialize(Object objectToEncode,
OutputStream os) |
void serialize(Object objectToEncode, OutputStream os) throws Exception
ExceptionObject deserialize(InputStream is) throws Exception
ExceptionCopyright © 2006-2013 开源组织. All Rights Reserved.