Interface MultipleSerialization
- All Known Implementing Classes:
DefaultMultipleSerialization
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize(URL url, String serializeType, Class<?> clz, InputStream os) void
-
Method Details
-
serialize
void serialize(URL url, String serializeType, Class<?> clz, Object obj, OutputStream os) throws IOException - Throws:
IOException
-
deserialize
Object deserialize(URL url, String serializeType, Class<?> clz, InputStream os) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-