Class: Persistence::Adapter::FlatFile::YAML

Inherits:
Object
  • Object
show all
Includes:
AdapterInterface
Defined in:
lib/persistence/adapter/namespaces.rb,
lib/persistence/adapter/flat_file/yaml.rb

Defined Under Namespace

Modules: AdapterInterface

Constant Summary collapse

SerializationClass =
::YAML
SerializationMethod =
:dump
UnserializationMethod =
:load
StringifyClassnames =
true
FileContentsAreTextNotBinary =
true
SerializationExtension =
'.yaml'

Constants included from AdapterInterface

AdapterInterface::Delimiter

Instance Attribute Summary

Attributes included from AdapterInterface

#parent_bucket

Method Summary

Methods included from AdapterInterface

#get_class_for_object_id

Methods included from AdapterInterface

#adapter_class, #delete_bucket_for_object_id, #delete_class_for_object_id, #ensure_object_has_globally_unique_id, #get_bucket_name_for_object_id, #get_class_for_object_id, #initialize, #persistence_bucket