Serializer.
Namespace:
Cloudster.Samples.TextAssembly: Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void StoreEntityToStream( Stream outputStream, TextEntity toStore ) |
Visual Basic (Declaration) |
---|
Public Sub StoreEntityToStream ( _ outputStream As Stream, _ toStore As TextEntity _ ) |
Visual C++ |
---|
public: virtual void StoreEntityToStream( Stream^ outputStream, TextEntity^ toStore ) sealed |
Parameters
- outputStream
- Type: System.IO..::.Stream
Output stream.
- toStore
- Type: Cloudster.Samples.Text..::.TextEntity
Text to store.