Tag: serialization

Resolving Keys Embedded within JSON
Resolving Keys Embedded within JSON

A question came up today from a developer looking to migrate to Couchbase from something else.  That “something else” had a JSON document with some metadata in it.  Couchbase separates data from metadata for some good reasons, so then we’d...

Using Jil for custom JSON Serialization in the Couchbase .NET SDK
Using Jil for custom JSON Serialization in the Couchbase .NET SDK

How to override the default serializer with own custom JSON serializer Jil by extending the ITypeSerializer interface and providing own serializer.

Using Couchbase to Store Non-JSON Data
Using Couchbase to Store Non-JSON Data

I believe most of the power of Couchbase Server comes when you use it as a document database to store JSON documents. You get to use N1QL, for instance! However, there are some times when you need Couchbase to store...