E.g.
class MyCustomObjectMapper implements CustomObjectMapper<InputStream> {
void serialize(InputStream content, String contentType) {
..
}
void deserialize(InputStream content, String contentType, String encoding) {
....
}
}
Perhaps there should be a seperate interface for serialization and
deserialization?
Original issue reported on code.google.com by johan.ha...@gmail.com on 7 Oct 2011 at 7:35
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 7 Oct 2011 at 7:35