Name

SoapFormatter

Synopsis

This formatter performs SOAP serialization or deserialization on a single object or an object graph.

Public NotInheritable Class SoapFormatter : Implements System.Runtime.Remoting.Messaging.IRemotingFormatter, 
        System.Runtime.Serialization.IFormatter
' Public Constructors
   Public Sub New() 
   Public Sub New(
        ByVal selector As System.Runtime.Serialization.ISurrogateSelector, 
        ByVal context As System.Runtime.Serialization.StreamingContext) 
' Public Instance Properties
   Public Property AssemblyFormat As FormatterAssemblyStyle  
   Public Property Binder As SerializationBinder Implements IFormatter.Binder 
   Public Property Context As StreamingContext Implements IFormatter.Context 
   Public Property SurrogateSelector As ISurrogateSelector Implements IFormatter.SurrogateSelector 
   Public Property TopObject As ISoapMessage  
   Public Property TypeFormat As FormatterTypeStyle  
' Public Instance Methods
   Public Function Deserialize(
        ByVal serializationStream As System.IO.Stream) As Object Implements IFormatter.Deserialize 
   Public Function Deserialize(
        ByVal serializationStream As System.IO.Stream, 
        ByVal handler As System.Runtime.Remoting.Messaging.HeaderHandler) As Object Implements IRemotingFormatter.Deserialize 
   Public Sub Serialize(
        ByVal serializationStream As System.IO.Stream, 
        ByVal graph As Object) Implements IFormatter.Serialize 
   Public Sub Serialize( ByVal serializationStream As System.IO.Stream, ByVal graph As Object, ByVal headers As System.Runtime.Remoting.Messaging.Header()) Implements ...

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.