Wisej.Core.WisejSerializer
Namespace: Wisej.Core
Assembly: Wisej.Framework (2.5.0.0)
Wisej super performant JSON serializer. This is a high performant and low memory footprint JSON serializer/deserializer. It has been optimized to work with Wisej DynamicObject and to streamline serialization/deserialization. It appears to be the fastest JSON serializer/deserializer using the least memory.
public class WisejSerializerPublic Class WisejSerializerDeserializes a JSON string to a System.Wisej.Core.DynamicObject.
Returns: . A representing the JSON data.
Deserializes a JSON stream to a System.Wisej.Core.DynamicObject.
Returns: . A representing the JSON data.
Serializes an object to standard JSON.
Returns: . The JSON representation of value .
Returns the correct string representation for value .
Returns: . The correct string representation for value .
json
The JSON source string.
stream
The JSON source stream.
value
Value to serialize to JSON.
options
Serializer options.
value
Value to convert to a string.