Module: RightScale::Serializable

Overview

MessagePack and JSON serializable types that are sent to and from agents

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



29
30
31
32
# File 'lib/right_agent/serialize/serializable.rb', line 29

def self.included(base)
  base.extend ClassMethods
  base.send(:include, InstanceMethods)
end