module CrSerializer::Json

Included Modules

Defined in:

CrSerializer/json.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def serialize : String #

Serializes the object to JSON


[View source]
def validate : Nil #

Rerun all assertions on the current state of the object


[View source]
def validator : CrSerializer::Validator #

See Validator


[View source]