serialize

데이터를 JSON 또는 XML 형식으로 변환합니다.

object serialize( [string type] );
typestring직렬화할 형식을 지정합니다.
가능한 값: 'json' (기본값 ), 'xml'.
object간트 데이터 객체를 반환합니다.

Example

gantt.serialize('xml');

See also
Back to top