Download List

프로젝트 설명

The Qore YAML module provides functions that enable Qore data in the Qore programming language to be serialized and deserialized to and from YAML strings and Qore data structures.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-06-30 16:50 Back to release list
0.0.1

이 초기 릴리스는 직렬화 및 Qore 데이터 구조와 문자열 사이에 YAML deserialization을 제공합니다. 개체를 제외한 모든 Qore 데이터 형식 ()이 YAML의 문자열로 데이터 손실없이, / 시간 값 마이크로초과 날짜의 시간대 구성 요소를 포함 연재 수 있습니다. Qore 기간이 YAML은 사용자 정의 타입 (태그 : 함께 처리됩니다! 기간을). YAML 문자열 출력 서식 makeYAML () 함수에 옵션을 제어할 수 있습니다. 그것은 형식 정보와 날짜 / 시간 API를 사용하여 같은 모듈은 Qore의 최신 버전에서만 발견 Qore 0.8.0이 필요합니다.
Tags: qore, Module, YAML
This initial release provides serialization and deserialization between Qore data structures and YAML strings. All Qore data types (except objects) can be serialized as YAML strings without any data loss, including the microsecond and time zone components of date/time values. Qore durations are handled with a custom YAML type (tag: !duration). YAML string output formatting can be controlled with options to the makeYAML() function. The module requires Qore 0.8.0 as it uses type info and date/time APIs found only in newer versions of Qore.

Project Resources