Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Serializers.NoTypeConverterJsonConverter<T>.ReadJson Method

(not specified)

Class: YetaWF.Core.Serializers.NoTypeConverterJsonConverter<T>
Namespace: YetaWF.Core.Serializers
Assembly: YetaWF.Core

Syntax

public new object? ReadJson(
    JsonReader reader,
    Type objectType,
    object? existingValue,
    JsonSerializer serializer );

Parameters

reader

(not specified)

objectType

(not specified)

existingValue

(not specified)

serializer

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Serializers.NoTypeConverterJsonConverter<T> ClassYetaWF.Core Overview