Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write support #3

Merged
3 commits merged into from Oct 15, 2010
Merged

Write support #3

3 commits merged into from Oct 15, 2010

Conversation

stan1y
Copy link

@stan1y stan1y commented Oct 15, 2010

I've added de-serialization methods:
+ (void) writeYAML: (id) yaml
toStream: (NSOutputStream ) stream
options: (YAMLWriteOptions) opt
error: (NSError *
) error;

+ (NSData *) dataFromYAML: (id) yaml
                  options: (YAMLWriteOptions) opt
                    error: (NSError **) error;

Stanislav Yudin added 3 commits October 15, 2010 15:23
implement dataFromYAML:options:error
add kYAMLErrorInvalidYamlObject error
add copyright notice
@mirek
Copy link
Owner

mirek commented Oct 15, 2010

Trust you man! Merged, will check on the weekend, need to catch a flight now...

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants