abstract class Object

Overview

Override Object#to_json to allow for the two params :nodoc:

Defined in:

CrSerializer/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.deserialize(json : String) : self #

[View source]

Instance Method Detail

def to_json(json : JSON::Builder, groups : Array(String) = ["default"]) #

[View source]