nedcomp hosting homepage

Producten en diensten
Dedicated servers
Datacenter informatie
Partners, resellers
Helpdesk informatie
Technische docs, tools
Support homepage
ASP componenten
Praktische ASP, ASP.NET
Visual route server
Whois (domein gegevens)
Software documentatie
Whitepapers
Zoeken
Nedcomp / algemeen

Zoeken
 

Copyright © Nedcomp Hosting
Telefoon nr :   +31 184 670111
Fax nummer :   +31 184 631384
E-mailadres :   info@nedcomp.nl
 

.NET Framework Class Library  

System.Runtime.Serialization.Formatters Namespace

The System.Runtime.Serialization.Formatters namespace provides common enumerations, interfaces, and classes that are used by serialization formatters.

Namespace hierarchy

Classes

Class Description
ServerFault Contains information for a server fault. This class cannot be inherited.
SoapFault Carries error and status information within a SOAP message. This class cannot be inherited.
SoapMessage Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).

Interfaces

Interface Description
IFieldInfo Allows access to field names and field types of objects that support the ISerializable interface.
ISoapMessage Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).

Enumerations

Enumeration Description
FormatterAssemblyStyle Indicates the format in which assembly names are serialized.
FormatterTypeStyle Indicates the format in which type descriptions are laid out in the serialized stream.
TypeFilterLevel Specifies the level of automatic deserialization for .NET remoting.

See Also

.NET Framework Class Library