Table of Contents

Method DeserializeDataObject

Namespace
Alternet.FormDesigner
Assembly
Alternet.FormDesigner.v10.dll

DeserializeDataObject(ITypeResolutionService, Stream)

Deserializes data object from the specified stream. This method is called when deserialization with Serializable format is performed.

public static object DeserializeDataObject(ITypeResolutionService typeResolutionService, Stream stream)

Parameters

typeResolutionService ITypeResolutionService

Type resolution service

stream Stream

Stream with data for the deserialization.

Returns

object