C# 클래스 Akka.Interfaced.ProtobufSerializer.AutoSurrogate

파일 보기 프로젝트 열기: SaladLab/Akka.Interfaced 1 사용 예제들

공개 메소드들

메소드 설명
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