Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class EntityIdConverter

    Json converter for retrieving "id" property if the token is an object.

    Inheritance
    System.Object
    Newtonsoft.Json.JsonConverter
    ValueOrPropertyConverter
    EntityIdConverter
    Inherited Members
    ValueOrPropertyConverter.WriteJson(JsonWriter, Object, JsonSerializer)
    ValueOrPropertyConverter.ReadJson(JsonReader, Type, Object, JsonSerializer)
    Newtonsoft.Json.JsonConverter.CanRead
    Newtonsoft.Json.JsonConverter.CanWrite
    Namespace: TehGM.Wolfringo.Messages.Serialization.Internal
    Assembly: Wolfringo.Core.dll
    Syntax
    public class EntityIdConverter : ValueOrPropertyConverter

    Constructors

    | Improve this Doc View Source

    EntityIdConverter()

    Json converter for retrieving "id" property if the token is an object.

    Declaration
    public EntityIdConverter()

    Methods

    | Improve this Doc View Source

    CanConvert(Type)

    Declaration
    public override bool CanConvert(Type objectType)
    Parameters
    Type Name Description
    System.Type objectType
    Returns
    Type Description
    System.Boolean
    Overrides
    ValueOrPropertyConverter.CanConvert(Type)