Interface HttpObjectSerializer<T>
- Type Parameters:
T-
- All Known Implementing Classes:
HttpObjectSerializerModel
public interface HttpObjectSerializer<T>
Class to lookup java objects in order to de-serialize them and
to serialize them to a http store.
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.methods.HttpUriRequestcreateHttpRequest(String uri) deserialize(RdfHttpEntityFile entity) serialize(String uri, ResourceStore store, T data)
-
Method Details
-
createHttpRequest
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
-