<< Click to Display Table of Contents >> Navigation: »No topics above this level« SerializationExtensions.SerializeToStream(T) Method |
Serializes instance to stream using the serialization information of the instance type.
[Visual Basic]
<Extension> _
Public Shared Sub SerializeToStream(Of T)( _
ByVal instance As T, _
ByVal stream As Stream _
)
[C#]
[Extension]
public static void SerializeToStream<T>(
this T instance,
this Stream stream
);
instance
The instance to serialize.
stream
The stream the instance should be serialized to.
SerializationExtensions Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]