Initializes a new instance of the C1BaseSerializer<(Of <(<'TControl, TItem, TICollectionOwner>)>)> class.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public C1BaseSerializer(
	Object serializableObject,
	IComponent ownerComponent
)
Visual Basic
Public Sub New ( _
	serializableObject As Object, _
	ownerComponent As IComponent _
)

Parameters

serializableObject
Type: System..::..Object
The serializable object.
ownerComponent
Type: System.ComponentModel..::..IComponent
The owner component.

See Also