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-07-03 19:27
0.2

이 릴리스 untagged deserializing 및 정수와 부동 소수점 0 0.0 가치를 따옴표 밖에서 문제를 해결, 그들은 잘못 문자열로 deserialized했다. 자세한 내용은 스칼라 값 (직렬화하면서 예외가 일어났습니다 제공되며 일반적으로 이것은 때 문자열 인코딩 에러가) 발생합니다.
Tags: Minor bugfixes
This release fixes a problem with deserializing untagged and unquoted integer and floating point 0 and 0.0 values; they were incorrectly deserialized as strings. Additional information is provided when an exception is raised while serializing scalar values (normally this happens when a string has an encoding error).

2010-06-30 16:50
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