Click or drag to resize

ObjectDeserializer Constructor (ControllerBase, Stream, Stream, DeserializerSettings)

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ObjectDeserializer(
	ControllerBase assignFrom,
	Stream objectData,
	Stream schema,
	DeserializerSettings settings = null
)

Parameters

assignFrom
Type: Omada.OE.AppLogicControllerBase
objectData
Type: System.IOStream
schema
Type: System.IOStream
settings (Optional)
Type: Omada.OE.AppLogic.Serialization.ModelDeserializerSettings
See Also