C# 클래스 Spring.AopSerializationTests

파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
AopSerializationTests ( ) : System

보호된 메소드들

메소드 설명
CheckIsSerializable ( Type t ) : bool
ExcludeTypeFromTest ( Type t ) : bool
GetAssemblyToTest ( ) : Assembly
GetTypesToTest ( ) : ICollection
IsAopInfrastructureType ( Type t ) : bool

비공개 메소드들

메소드 설명
AllAopInfrastructureTypesAreSerializable ( ) : void
SerializeAndDeserialize ( object s ) : object

메소드 상세

AopSerializationTests() 공개 메소드

public AopSerializationTests ( ) : System
리턴 System

CheckIsSerializable() 보호된 메소드

protected CheckIsSerializable ( Type t ) : bool
t System.Type
리턴 bool

ExcludeTypeFromTest() 보호된 메소드

protected ExcludeTypeFromTest ( Type t ) : bool
t System.Type
리턴 bool

GetAssemblyToTest() 보호된 메소드

protected GetAssemblyToTest ( ) : Assembly
리턴 System.Reflection.Assembly

GetTypesToTest() 보호된 메소드

protected GetTypesToTest ( ) : ICollection
리턴 ICollection

IsAopInfrastructureType() 보호된 메소드

protected IsAopInfrastructureType ( Type t ) : bool
t System.Type
리턴 bool