C# Class Akka.Interfaced.ProtobufSerializer.AutoSurrogate

Afficher le fichier Open project: SaladLab/Akka.Interfaced Class Usage Examples

Méthodes publiques

Méthode Description
FindSurrogateSourceType ( Type type ) : Type
Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel ) : void
Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel, Assembly assembly ) : void

Private Methods

Méthode Description
GetTypesSafely ( Assembly assembly ) : IEnumerable

Method Details

FindSurrogateSourceType() public static méthode

public static FindSurrogateSourceType ( Type type ) : Type
type System.Type
Résultat System.Type

Register() public static méthode

public static Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel ) : void
typeModel ProtoBuf.Meta.RuntimeTypeModel
Résultat void

Register() public static méthode

public static Register ( ProtoBuf.Meta.RuntimeTypeModel typeModel, Assembly assembly ) : void
typeModel ProtoBuf.Meta.RuntimeTypeModel
assembly System.Reflection.Assembly
Résultat void