CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Configuration.MobileFormatterOptions Class Reference

Options for MobileFormatter configuration. More...

Public Member Functions

MobileFormatterOptions MobileWriter< T > ()
 Sets type of the writer that is used to write data to serialization stream in SerializationFormatterFactory.GetFormatter().
MobileFormatterOptions MobileReader< T > ()
 Sets type of the writer that is used to read data to serialization stream in SerializationFormatterFactory.GetFormatter().
MobileFormatterOptions EnableStrongNamesCheck ()
 Enable strong name type checking during serialization/deserilization process.
MobileFormatterOptions DisableStrongNamesCheck ()
 Enable strong name type checking during serialization/deserilization process.

Properties

List< ITypeMapCustomSerializers = [] [get]
 Gets the list of custom serializers.
bool UseStrongNamesCheck = true [get, set]
 Gets a value indicating whether to use strong name checks during serialization/deserialization process.

Detailed Description

Options for MobileFormatter configuration.

Member Function Documentation

◆ DisableStrongNamesCheck()

MobileFormatterOptions Csla.Configuration.MobileFormatterOptions.DisableStrongNamesCheck ( )
inline

Enable strong name type checking during serialization/deserilization process.

◆ EnableStrongNamesCheck()

MobileFormatterOptions Csla.Configuration.MobileFormatterOptions.EnableStrongNamesCheck ( )
inline

Enable strong name type checking during serialization/deserilization process.

◆ MobileReader< T >()

MobileFormatterOptions Csla.Configuration.MobileFormatterOptions.MobileReader< T > ( )
inline

Sets type of the writer that is used to read data to serialization stream in SerializationFormatterFactory.GetFormatter().

Type Constraints
T :ICslaReader 

◆ MobileWriter< T >()

MobileFormatterOptions Csla.Configuration.MobileFormatterOptions.MobileWriter< T > ( )
inline

Sets type of the writer that is used to write data to serialization stream in SerializationFormatterFactory.GetFormatter().

Type Constraints
T :ICslaWriter 

Property Documentation

◆ CustomSerializers

List<ITypeMap> Csla.Configuration.MobileFormatterOptions.CustomSerializers = []
get

Gets the list of custom serializers.

◆ UseStrongNamesCheck

bool Csla.Configuration.MobileFormatterOptions.UseStrongNamesCheck = true
getset

Gets a value indicating whether to use strong name checks during serialization/deserialization process.


The documentation for this class was generated from the following file: