Skip to content

SafeInt64JsonConverter class

namespace: Serenity.JsonConverters   assemblySerenity.Net.Core

Serializes and deserializes a Int64 value, converting it to a string when it is larger than the precision a double can safely handle.

public class SafeInt64JsonConverter : JsonConverter<long>

Public Members

name description
SafeInt64JsonConverter() The default constructor.
static readonly Instance The default instance of the SafeInt64JsonConverter.
override Read(…)
override Write(…)

See Also