BMXNET 4.0 Developer API
The PersistentStore type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Read<(Of <(T>)>)(array<String>[]()[]) |
The implementor must deserialize an object of type T from the given location based
on the keys
| |
| Write<(Of <(T>)>)(T, array<String>[]()[]) |
The implementor must serialize the object anObject given the keys.
|