예제 #1
0
파일: Bert.php 프로젝트: thorerik/bert-php
 public static function encode($obj)
 {
     return Bert_Encoder::encode($obj);
 }