RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Classes
RiotNet.Converters Namespace Reference

Classes

class  EpochDateTimeConverter
 Converts a DateTime to and from JSON in epoch milliseconds format. Can also deserialize from a string in ISO format. More...
 
class  KeyedCollectionConverter
 Reads and writes KeyedCollections as JSON objects instead of arrays. Any KeyedCollection deserialized by this converter must have a parameterless constructor. More...
 
class  MillisecondsToTimeSpanConverter
 Converts a TimeSpan to and from a number of seconds in JSON. More...
 
class  RangeConverter
 Converts a range in JSON to a consistent CLR format. More...
 
class  SecondsToTimeSpanConverter
 Converts a TimeSpan to and from a number of seconds in JSON. More...
 
class  TolerantIntEnumConverter
 Converts an enum to and from JSON. If the JSON string value does not exist in the enum, the value is still converted instead of throwing an exception. Values are serialized as numbers. More...
 
class  WinStringConverter
 Converts an enum to and from JSON. If the JSON string value does not exist in the enum, the value is still converted instead of throwing an exception. Values are serialized as numbers. More...