PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Populates a SerializationInfo with the data needed to serialize the target object.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.ShoppingCart (in Smartsite.ShoppingCart.dll)

Syntax

C#Copy imageCopy Code
public void GetObjectData(
	 info,
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub GetObjectData ( _
	info As , _
	context As  _
)

Parameters

info
SerializationInfo
The SerializationInfo to populate with data.
context
StreamingContext
The destination (see StreamingContext) for this serialization.

Exceptions

ExceptionCondition
System.Security..::..SecurityException The caller does not have the required permission.

See Also

Advanced