Class IgnoreSerializerErrorHandler
Игнорирует все ошибки сериализации и десериализации.
Inheritance
System.Object
IgnoreSerializerErrorHandler
Namespace:InfinniPlatform.Serialization
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public class IgnoreSerializerErrorHandler : object, ISerializerErrorHandler
Methods
| Improve this Doc View SourceHandle(Object, Object, Exception)
Declaration
public bool Handle(object target, object member, Exception error)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | target | |
| System.Object | member | |
| Exception | error |
Returns
| Type | Description |
|---|---|
| System.Boolean |