Options for MobileFormatter configuration.
More...
|
| List< ITypeMap > | CustomSerializers = [] [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.
|
Options for MobileFormatter configuration.
◆ DisableStrongNamesCheck()
Enable strong name type checking during serialization/deserilization process.
◆ EnableStrongNamesCheck()
Enable strong name type checking during serialization/deserilization process.
◆ MobileReader< T >()
Sets type of the writer that is used to read data to serialization stream in SerializationFormatterFactory.GetFormatter().
◆ MobileWriter< T >()
Sets type of the writer that is used to write data to serialization stream in SerializationFormatterFactory.GetFormatter().
◆ 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: