SerializationJsonSerializeObjectHandlingTypeNames Method
Serializes an object to a JSON string saving the names of the serialized types.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string JsonSerializeObjectHandlingTypeNames(
Object value,
bool indentedFormat = false
)
Public Shared Function JsonSerializeObjectHandlingTypeNames (
value As Object,
Optional indentedFormat As Boolean = false
) As String
- value Object
- Object to serialize.
- indentedFormat Boolean (Optional)
- Causes child objects to be indented.
StringString with the serialized object.