Beispiel #1
0
 /// <summary>
 /// This function is used to take the current class and find all fields that can be Serialized. It then stores them locally
 /// </summary>
 private void PopulateSerializedFields()
 {
     m_SerializedFields = TemplateUtility.GetSerializedFieldsFromType(classType);
 }