Back to Devexpress

DeserializationSettings Methods

corelibraries-devexpress-dot-utils-dot-deserializationsettings-dot-underscore-methods.md

latest6.6 KB
Original Source

DeserializationSettings Methods

NameDescription
DenyBinaryFormatter() staticDisables BinaryFormatter deserialization in the application to address BinaryFormatter Obsoletion Strategy.
EnableSafeDeserialization() staticThis member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ForceDXBinaryFormatter() static
ForceDXBinaryFormatterInResourceReader() static
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
InvokeRestricted(Action, Predicate<DeserializationSettings.RestrictedTypeConfirmationEventArgs>) staticThis member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
InvokeRestricted(Action) staticThis member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
InvokeRestrictedIfNotAlreadyInTrustedContext(Action, Predicate<DeserializationSettings.RestrictedTypeConfirmationEventArgs>) staticThis member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
InvokeTrusted(Action) staticTurns off safe deserialization for a certain section of code.
InvokeWithBinaryFormatterDenied(Action) staticThis member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
InvokeWithForcedDXBinaryFormatter(Action) staticThis member is for advanced configuration. It supports the internal infrastructure, and is not intended to be used directly from your code.
InvokeWithForcedDXBinaryFormatterInResourceReader(Action) static
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RegisterTrustedAssembly(Assembly) staticEnables deserialization of all data types from the specified assembly.
RegisterTrustedAssembly(String) staticEnables deserialization of all data types from the assembly with the specified name.
RegisterTrustedClass(String, String) staticEnables deserialization of the specified data type in the specified assembly.
RegisterTrustedClass(String) staticEnables deserialization of the specified data type.
RegisterTrustedClass(Type) staticEnables deserialization of the specified data type.
ToString()Returns a string that represents the current object. Inherited from Object.
UnregisterTrustedAssembly(Assembly) static
UnregisterTrustedClass(Type) static

See Also

DeserializationSettings Class

DeserializationSettings Members

DevExpress.Utils Namespace