PortableFormatter Constructor (PortableSerializationBinder, ISerializerFactoryProvider) |
Initializes a new PortableFormatter.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public PortableFormatter( PortableSerializationBinder binder, ISerializerFactoryProvider serializerProvider )
Parameters
- binder
- Type: PostSharp.Serialization.PortableSerializationBinder
A PortableSerializationBinder customizing bindings between types and type names, or null to use the default implementation. - serializerProvider
- Type: PostSharp.Serialization.ISerializerFactoryProvider
A custom implementation of ISerializerFactoryProvider, or null to use the default implementation.