unity : c#とphpでmessagepack

一番シンプルにobject[]のみを利用することにしました。
全部 key, valueのセットで。

c# ( boxingPackerを利用)
object[] data = new object[]{
new object[] {
"game",
new object[] {
new object[]{ "stage", 1},
new object[]{ "score", 2}
}
},
new object[] {
"updated", 123456789
}
};

php
$data = array(
array(
"game",
array(
array( "stage", 1),
array("score", 2 )
)
),
array(
"updated", 123456789
)
);

な感じで合わせました。

This entry was posted on 水曜日, 7月 30th, 2014 at 3:27 PM and is filed under unity. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Unityによるゲームを公開しております iOS/Android
https://itunes.apple.com/jp/app/lost-knight-3d-action/id900917032
https://play.google.com/store/apps/details?id=com.groundroad.runknight

各種開発支援・機能開発等小さいお仕事などもお請けしております。
unity開発支援, PHPシステム開発, javascript/html5 フロント開発, titanium mobileアプリ開発
お気軽にお問い合わせください
大崎・五反田近郊での対面でのお打ち合わせはいつでも可能です。