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
ITypeResolutionServiceType resolution service
stream
StreamStream with data for the deserialization.