Namespace TehGM.Wolfringo.Messages.Serialization.Internal
Classes
ChatMessageConverter
Json converter for chat messages.
EntityIdConverter
Json converter for retrieving "id" property if the token is an object.
EntityModificationHelper
Internal utility class for modifying entities state.
EpochConverter
Json converter for converting unix epoch to DateTime.
ExtractValuesOnlyConverter<T>
Json converter for deserializing only values of Json dictionaries.
IPAddressConverter
Json converter for converting IP Address.
IPEndPointConverter
Json converter for converting IPEndPoint.
KeyAndValueDictionaryConverter<TKey, TValue>
Json converter using property names as keys and their nested properties as values.
MinutesTimespanConverter
Json converter for turning minutes into timespan.
NestedEntitiesHelper
Utility class with shared methods for dealing with entities that have nested/child entities.
ObjectDictionaryConverter<TKey, TValue>
Json converter converting Json object into dictionary value, and using one of it's properties as the key.
ObjectPropertiesDictionaryConverter<TKey, TValue>
Json converter using 2 properties of json object as dictionary key and value.
ObjectPropertyConverter
Json converter that serializes and deserializes just one of the json object's properties.
SerializationHelper
Internal utilities for serialization.
ValueOrPropertyConverter
Json converter for retrieving specified property if the token is an object.
WolfTimestampConverter
Json converter for converting unix epoch in millisecond format to WolfTimestamp or DateTime.
WolfTimestampTypeConverter
Type converter for WolfTimestamp.