Click or drag to resize

DeserializerBase Constructor (Stream, Stream, ControllerBase)

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected DeserializerBase(
	Stream objectData,
	Stream schema,
	ControllerBase assignFrom
)

Parameters

objectData
Type: System.IOStream
schema
Type: System.IOStream
assignFrom
Type: Omada.OE.AppLogicControllerBase
See Also