SafeInt64JsonConverter class
namespace: Serenity.JsonConverters assembly: Serenity.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
- Source: SafeInt64JsonConverter.cs