Class: JSI::StructJSONCoder

Inherits:
ObjectJSONCoder show all
Defined in:
lib/jsi/struct_json_coder.rb

Overview

this is a ActiveRecord serialization class intended to store JSON in the database column and expose a Struct subclass once loaded on a model instance.

Method Summary

Methods inherited from ObjectJSONCoder

#dump, #initialize, #load

Constructor Details

This class inherits a constructor from JSI::ObjectJSONCoder