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