Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Serializers.JSONFormatter.Deserialize Method

(not specified)

Class: YetaWF.Core.Serializers.JSONFormatter
Namespace: YetaWF.Core.Serializers
Assembly: YetaWF.Core

Syntax

public TObj? Deserialize<TObj>(
    FileStream fs,
    bool typed = false );
public TObj? Deserialize<TObj>(
    byte[] btes,
    bool typed = false );

Parameters

fs

(not specified)

typed

(not specified)

btes

(not specified)

Return Value

(not specified)

Remarks

(not specified)

See Also YetaWF.Core.Serializers.JSONFormatter ClassYetaWF.Core Overview