Method AddSerializedClass
AddSerializedClass(IEnumerable<string>)
Add SerializedReference class type from fully qualified name to the Generator, those will end up in PreservedTypes.xml
Declaration
public void AddSerializedClass(IEnumerable<string> serializedRefTypes)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<string> | serializedRefTypes | The SerializeReference instance fully qualified name we want to preserve. |