Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.ValidatingNodeDeserializer.Deserialize Method

(not specified)

Class: YetaWF.Core.Support.Utility.ValidatingNodeDeserializer
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public bool Deserialize(
    IParser reader,
    Type expectedType,
    Func<IParser,Type,object?> nestedObjectDeserializer,
    out object?? value );

Parameters

reader

(not specified)

expectedType

(not specified)

nestedObjectDeserializer

(not specified)

value

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Support.Utility.ValidatingNodeDeserializer ClassYetaWF.Core Overview