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.
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
Returns
True if an object can be deserialized; otherwise, false.