C# 클래스 Ludiq.Reflection.Internal.TypeSerializer

An utility class to simply serialize and deserialize .NET types in a Unity context.
파일 보기 프로젝트 열기: lazlo-bonin/unity-reflection

공개 메소드들

메소드 설명
Deserialize ( string fullName ) : Type

Deserializes the specified full type name to a type.

Serialize ( Type type ) : string

Serializes the specified type to its full name.

메소드 상세

Deserialize() 공개 정적인 메소드

Deserializes the specified full type name to a type.
public static Deserialize ( string fullName ) : Type
fullName string
리턴 System.Type

Serialize() 공개 정적인 메소드

Serializes the specified type to its full name.
public static Serialize ( Type type ) : string
type System.Type
리턴 string