[]
Serializes the specified basic object and returns the string representation
public static string DefaultSerializeProp(object o)
Public Shared Function DefaultSerializeProp(o As Object) As String
Type | Name | Description |
---|---|---|
object | o | Object to serialize |
Type | Description |
---|---|
string | String representation of the object |