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
new
(preferred_format = nil)
The secure serializer should not be part of the cascading
Public Instance methods
dump
(packet, format = nil)
load
(packet, format = nil)
[Validate]