BMXNET 4.0 Developer API

The PersistentStore type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.

See Also