Exception: HotCell::SerializationError

Inherits:
Error
  • Object
show all
Defined in:
lib/hot_cell/errors.rb

Overview

A payload or result value JSON cannot carry faithfully. Raised before anything is sent, because to_json is not a check: it turns a Symbol into a String, a Time into a String, and an arbitrary object into whatever its own to_json says, all silently and none of it reversible.