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