Click or drag to resize

JsonSerializer Methods

The JsonSerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize(Byte, Type)
Deserialize from byte[] to Type
Public methodDeserialize(Object, Type)
Deserialize from string to Type
Public methodDeserializeTTarget(Byte)
Deserialize from byte[] to TTarget
Public methodDeserializeTTarget(Object)
Deserialize from string to TTarget
Public methodDeserializeFromString
Deserialize JSON string into object of a specific Type and name. Can set default value if needed
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize(Object)
Serialize object to JSON string
Public methodSerialize(Object, Type)
Serialize object of a specific Type to a JSON string
Public methodSerializeTSource(TSource)
Serialize object TSource JSON string
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also