MessageFile<T>.SerializeMessage Method (Stream)
Serializes the implementing message into the byte stream for VarFile serialization.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected override void SerializeMessage(
Stream stream
)
protected:
virtual void SerializeMessage(
Stream^ stream
) override
Protected Overrides Sub SerializeMessage (
stream As Stream
)
Parameters
stream
Type: System.IO.StreamThe byte stream.
See Also
MessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top