Для изменения размера нажмите или перетащите

GuidConverter - класс

Конвертер используемый только для записи Guid при сериализации c помощью JsonSerializer. Преобразует Guid из xxxx-xxxxxx-xxxxx-xxxx в xxxxxxxxxxxxxxxxxxxx. Для обратной конвертации используется следует исползовать стандартный конвертер.
Иерархия наследования
SystemObject
  JsonConverter
    Tessa.Platform.JsonGuidConverter

Пространство имён:  Tessa.Platform.Json
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public class GuidConverter : JsonConverter

Тип GuidConverter предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методGuidConverter
Инициализирует новый экземпляр класса GuidConverter
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоCanRead
Gets a value indicating whether this JsonConverter can read JSON.
(Переопределяет JsonConverter.CanRead.)
Открытое свойствоCanWrite
Gets a value indicating whether this JsonConverter can write JSON.
(Переопределяет JsonConverter.CanWrite.)
В начало страницы
Методы
  ИмяОписание
Открытый методCanConvert
Determines whether this instance can convert the specified object type.
(Переопределяет JsonConverter.CanConvert(Type).)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методReadJson
Reads the JSON representation of the object.
(Переопределяет JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
Открытый методWriteJson
Writes the JSON representation of the object.
(Переопределяет JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также