コード例 #1
0
ファイル: Bert.php プロジェクト: thorerik/bert-php
 public static function encode($obj)
 {
     return Bert_Encoder::encode($obj);
 }