Module: Cassandra::CustomData::InstanceMethods
- Defined in:
- lib/cassandra/custom_data.rb
Instance Method Summary collapse
-
#serialize ⇒ String
Serialize this domain object into a byte array to send to C*.
Instance Method Details
#serialize ⇒ String
Serialize this domain object into a byte array to send to C*.
48 49 50 |
# File 'lib/cassandra/custom_data.rb', line 48 def serialize raise NotImplementedError, "#{self.class} must implement the :serialize instance method" end |