Class Nanite::Serializer
In: lib/nanite/serializer.rb
Parent: Object

Methods

dump   load   new  

Classes and Modules

Class Nanite::Serializer::SerializationError

Constants

SERIALIZERS = {:json => JSON, :marshal => Marshal, :yaml => YAML}.freeze

Attributes

preferred_format  [R] 

Public Class methods

The secure serializer should not be part of the cascading

Public Instance methods

[Validate]