DefaultSerializeProp Method
Serializes the specified basic object and returns the string representation
'Declaration
Public Shared Function DefaultSerializeProp( _
ByVal As Object _
) As String
'Usage
Dim o As Object
Dim value As String
value = Serializer.DefaultSerializeProp(o)
Parameters
- o
- Object to serialize
Return Value
String representation of the object