![]() |
Reading Buses API V3.0.0
A C#, .net Standard Library for the Reading Buses Open Data API (https://reading-opendata.r2p.com/), available to use in your C# console, WPF, UWP or Win Form Applications.
|
Converts a string into a long and back again for the JSON converter. More...
Public Member Functions | |
override long | Read (ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) |
override void | Write (Utf8JsonWriter writer, long value, JsonSerializerOptions options) |
Converts a string into a long and back again for the JSON converter.
override long ReadingBusesAPI.Common.ParseStringConverter.Read | ( | ref Utf8JsonReader | reader, |
Type | typeToConvert, | ||
JsonSerializerOptions | options | ||
) |
override void ReadingBusesAPI.Common.ParseStringConverter.Write | ( | Utf8JsonWriter | writer, |
long | value, | ||
JsonSerializerOptions | options | ||
) |