djangid / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Support for custom object mappers #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 7 Oct 2011 at 7:35

GoogleCodeExporter commented 8 years ago

Original comment by johan.ha...@gmail.com on 11 Oct 2012 at 7:57