# File lib/big_record/connection_adapters/cassandra_adapter.rb, line 218 def serialize(value) case value when NilClass then NULL when String then build_serialized_value(TYPE_STRING, value) else value.to_yaml end end