SerializerTBeginSerialize Method |
Name | Description | |
---|---|---|
![]() | BeginSerialize(IEnumerableT, Stream, AsyncCallback, Object) | Begins to serialize the objects to the specified stream using a default encoding. |
![]() | BeginSerialize(IEnumerableT, String, AsyncCallback, Object) | Begins to serialize the objects to the specified file using a default encoding. |
![]() | BeginSerialize(IEnumerableT, Stream, Encoding, AsyncCallback, Object) | Begins to serialize the objects to the specified stream using the specified encoding. |
![]() | BeginSerialize(IEnumerableT, String, Encoding, AsyncCallback, Object) | Begins to serialize the objects to the specified file using the specified encoding. |