Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Serializers.GeneralFormatter.Deserialize Method

Deserialize from FileStream

Class: YetaWF.Core.Support.Serializers.GeneralFormatter
Namespace: YetaWF.Core.Support.Serializers
Assembly: YetaWF.Core

Syntax

public TObj? Deserialize<TObj>( byte[] btes );
public TObj? Deserialize<TObj>( FileStream fs );

Parameters

btes

(not specified)

fs

(not specified)

Return Value

(not specified)

Remarks

Does NOT guess the format

See Also YetaWF.Core.Support.Serializers.GeneralFormatter ClassYetaWF.Core Overview