Click or drag to resize

ModelSerializerFromBson Method

Deserialize model from stream.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Model FromBson(
	Stream modelSerialized
)

Parameters

modelSerialized
Type: System.IOStream
Stream from where to deserialize.

Return Value

Type: Model
Deserialized model.
See Also