C# Класс Ludiq.Reflection.Internal.TypeSerializer

An utility class to simply serialize and deserialize .NET types in a Unity context.
Показать файл Открыть проект

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

Метод Описание
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