Class: Persistence::Adapter::FlatFile::YAML
- Inherits:
-
Object
- Object
- Persistence::Adapter::FlatFile::YAML
- 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
Instance Attribute Summary
Attributes included from AdapterInterface
Method Summary
Methods included from AdapterInterface
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