Methods
serialize() → {ReactiveDb.JSONObject}
Transforms this instance into a pure JSON representation, so that it can be stored into a document of the ReactiveDb database.
This interface provides a method to serialize instances in a way that can be stored in a document. You can implement it on your business objects that are not natively pure JSON objects.
Transforms this instance into a pure JSON representation, so that it can be stored into a document of the ReactiveDb database.