Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Serializers.JSONFormatter.Serialize Method

(not specified)

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

Syntax

public byte[] Serialize(
    object? obj,
    bool typed = false );
public void Serialize(
    FileStream fs,
    object? obj,
    bool typed = false );

Parameters

obj

(not specified)

typed

(not specified)

fs

(not specified)

Return Value

(not specified)

Remarks

(not specified)

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