ManagerSerializer.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 the ManagerSerializer can be serialized.
public:
virtual bool IsSerializable(System::Object ^ obj);
public bool IsSerializable (object obj);
abstract member IsSerializable : obj -> bool
override this.IsSerializable : obj -> bool
Public Function IsSerializable (obj As Object) As Boolean
Parameters
- obj
- Object
The object to be deserialized.
Returns
True if the ManagerSerializer can be serialized; otherwise, false.