C# Класс Akka.Interfaced.ProtobufSerializer.AutoSurrogate

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FindSurrogateSourceType ( Type type ) : Type
Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel ) : void
Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel, Assembly assembly ) : void

Приватные методы

Метод Описание
GetTypesSafely ( Assembly assembly ) : IEnumerable

Описание методов

FindSurrogateSourceType() публичный статический Метод

public static FindSurrogateSourceType ( Type type ) : Type
type System.Type
Результат System.Type

Register() публичный статический Метод

public static Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel ) : void
typeModel ProtoBuf.Meta.RuntimeTypeModel
Результат void

Register() публичный статический Метод

public static Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel, Assembly assembly ) : void
typeModel ProtoBuf.Meta.RuntimeTypeModel
assembly System.Reflection.Assembly
Результат void