Virtual Photonics
Back to Top
Overload List
Name | Description | |
---|---|---|
DatabaseReader TDatabase, TElement (Func TDatabase, ICustomBinaryReader TElement ) |
Creates an instance of DatabaseReader with a map to create a binary reader. Use this overload
if you need database-specific information in order to deserialize (e.g. number of subregions, etc)
| |
DatabaseReader TDatabase, TElement (ICustomBinaryReader TElement ) |
Creates an instance of DatabaseReader with a simple binary reader. Use this overload
if there is no database-specific information necessary for creating the reader
|
See Also