Click or drag to resize

ModelSerializer Class

serializer for models.
Inheritance Hierarchy
SystemObject
  Karamba.UtilitiesModelSerializer

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class ModelSerializer

The ModelSerializer type exposes the following members.

Properties
  NameDescription
Public propertyFormatter
Gets the formatter.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromBson
Deserialize model from stream.
Public methodStatic memberFromJson
Convert Json-string into a model.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetInstance
return a model-serializer instance.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToBson
Converts the model into a Json-string.
Public methodStatic memberToJson
Convert the model into a Json-string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also