From 92b9385c99b98a6411877246070e7b747ae74262 Mon Sep 17 00:00:00 2001 From: Vexatos Date: Sun, 13 Jul 2014 05:27:58 -0700 Subject: [PATCH] Updated API Serialization (markdown) --- API-Serialization.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/API-Serialization.md b/API-Serialization.md index 78a3d16..45b3b9e 100644 --- a/API-Serialization.md +++ b/API-Serialization.md @@ -1,3 +1,10 @@ +[![](http://i.imgur.com/GKcszRV.png)](http://ocdoc.cil.li/) + +For those that don't like images: the wiki has moved to a new place, http://ocdoc.cil.li/. +*This wiki will no longer be updated.* + +**** + This module provides simple value serialization. - `serialization.serialize(value: any except functions[, pretty:boolean]): string`