Class EntitySerializer

java.lang.Object
org.apache.http.impl.entity.EntitySerializer

@Contract(threading=IMMUTABLE_CONDITIONAL) @Deprecated public class EntitySerializer extends Object
Deprecated.
HTTP entity serializer.

This entity serializer currently supports "chunked" and "identitiy" transfer-coding and content length delimited content.

This class relies on a specific implementation of ContentLengthStrategy to determine the content length or transfer encoding of the entity.

This class writes out the content of HttpEntity to the data stream using a transfer coding based on properties on the HTTP message.

Since:
4.0