System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / BinaryMessageFormatter Class
Members



In This Topic
    BinaryMessageFormatter Class
    In This Topic
    Serializes or deserializes an object, or an entire graph of connected objects, to or from the body of a Message Queuing message, using a binary format.
    Syntax
    'Declaration
     
    
    Public Class BinaryMessageFormatter 
    'Usage
     
    
    Dim instance As BinaryMessageFormatter
    public class BinaryMessageFormatter 
    public ref class BinaryMessageFormatter 
    Inheritance Hierarchy

    System.Object
       System.Messaging.BinaryMessageFormatter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also