TypeReaderWriterManager.AddType<T>(TypeReadWriter<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
Adds a TypeReadWriter<T>
If the Type has already been added, it will be overriden
public void AddType<T> (VoltRpc.Types.TypeReadWriter<T> typeReadWriter);
Type Parameters
- T
The base Type to add
Parameters
- typeReadWriter
- TypeReadWriter<T>
The TypeReadWriter<T> to add