IDTSManagedSerializer100.IsSerializable(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether an object can be deserialized.
public:
bool IsSerializable(System::Object ^ pObject);
public bool IsSerializable (object pObject);
abstract member IsSerializable : obj -> bool
Public Function IsSerializable (pObject As Object) As Boolean
Parameters
- pObject
- Object
The object to be deserialiazed.
Returns
True if an object can be deserialized; otherwise, false.