JUtils
A unity utilities library
JUtils.SerializableType Struct Reference

Serialize a System.Type Object More...

Inheritance diagram for JUtils.SerializableType:
Collaboration diagram for JUtils.SerializableType:

Public Member Functions

 SerializableType (Type type)
 
void OnBeforeSerialize ()
 
void OnAfterDeserialize ()
 

Static Public Member Functions

static SerializableType Get< T > ()
 
static implicit operator Type (SerializableType serializableType)
 

Public Attributes

Type type
 

Detailed Description

Serialize a System.Type Object

Constructor & Destructor Documentation

◆ SerializableType()

JUtils.SerializableType.SerializableType ( Type  type)
inline

Member Function Documentation

◆ Get< T >()

static SerializableType JUtils.SerializableType.Get< T > ( )
static

◆ OnAfterDeserialize()

void JUtils.SerializableType.OnAfterDeserialize ( )
inline

References JUtils.AssemblyJUtils.GetTypeFromCode(), and JUtils.SerializableType.type.

Here is the call graph for this function:

◆ OnBeforeSerialize()

void JUtils.SerializableType.OnBeforeSerialize ( )
inline

◆ operator Type()

static implicit JUtils.SerializableType.operator Type ( SerializableType  serializableType)
static

Member Data Documentation

◆ type

Type JUtils.SerializableType.type

The documentation for this struct was generated from the following file: