module CrSerializer::Json
Included Modules
- CrSerializer::Assertions
- JSON::Serializable
Defined in:
CrSerializer/json.crConstructors
Instance Method Summary
-
#serialize : String
Serializes the object to JSON
-
#validate : Nil
Rerun all assertions on the current state of the object
-
#validator : CrSerializer::Validator
See
Validator