Esempio n. 1
0
        //AndroidのmaybeReferenceAndEncode注意
        public object Encode()
        {
            Dictionary <string, object> dic = new Dictionary <string, object> ();

            dic.Add("__op", "Add");
            dic.Add("objects", NCMBUtility._maybeEncodeJSONObject(this.objects, true));
            return(dic);
        }
Esempio n. 2
0
 public object Encode()
 {
     //エンコードを行う
     return(NCMBUtility._maybeEncodeJSONObject(this.Value, true));
 }