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
typeResolutionServiceITypeResolutionServiceType resolution service
streamStreamStream with data for the deserialization.