EntitySerializer.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes an HTTP entity to an output buffer.
[Android.Runtime.Register("serialize", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/HttpMessage;Lorg/apache/http/HttpEntity;)V", "GetSerialize_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_HttpMessage_Lorg_apache_http_HttpEntity_Handler")]
public virtual void Serialize(Org.Apache.Http.IO.ISessionOutputBuffer? outbuffer, Org.Apache.Http.IHttpMessage? message, Org.Apache.Http.IHttpEntity? entity);
[<Android.Runtime.Register("serialize", "(Lorg/apache/http/io/SessionOutputBuffer;Lorg/apache/http/HttpMessage;Lorg/apache/http/HttpEntity;)V", "GetSerialize_Lorg_apache_http_io_SessionOutputBuffer_Lorg_apache_http_HttpMessage_Lorg_apache_http_HttpEntity_Handler")>]
abstract member Serialize : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.IHttpMessage * Org.Apache.Http.IHttpEntity -> unit
override this.Serialize : Org.Apache.Http.IO.ISessionOutputBuffer * Org.Apache.Http.IHttpMessage * Org.Apache.Http.IHttpEntity -> unit
Parameters
- outbuffer
- ISessionOutputBuffer
The buffer to which entity data is written.
- message
- IHttpMessage
The HTTP message that contains the entity headers.
- entity
- IHttpEntity
The HTTP entity to serialize.
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.