VPDatabaseReader TDatabase, TElement  Constructor Virtual Photonics - VTS Library
Virtual Photonics
Overload List

  NameDescription
Public methodDatabaseReader 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)
Public methodDatabaseReader 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
Back to Top
See Also