[]
Determines whether the specified object can be serialized to XML.
public static bool CanSerializeObject(object o)
Public Shared Function CanSerializeObject(o As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | o | Object |
| Type | Description |
|---|---|
| bool | true if the object can be serialized; false otherwise |