The ISerializer<(Of <(TEntity>)>) type exposes the following members.

Methods

  Name Description
LoadEntityFromStream
Deserialize an entity from data got from inputStream. Must be thread safe, if different threads call it on different streams.
StoreEntityToStream
Serialize an entity and put the data to ouputStream Must be thread safe, if different threads call it on different streams (but can be called twice on the same entity at the same time).

See Also