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

Provide parse functionality to aid in serialization #7

Open
ermik opened this issue Jun 8, 2020 · 0 comments
Open

Provide parse functionality to aid in serialization #7

ermik opened this issue Jun 8, 2020 · 0 comments

Comments

@ermik
Copy link

ermik commented Jun 8, 2020

Description
This is a feature request.

Steps to reproduce the issue:

  1. Use quad.ToString(quad.IRI("val")) to create "<val>"
  2. Attempt to parse it using methods provided in quad package

Received results:
quad.MakeRaw which has been marked as deprecated, will produce correct results
quad.MakeIRI suggested in deprecation notice will create an IRI of IRI <<val>> which is invalid.

Expected results:
I expected to see a pair of methods clearly noted to be used from Marshalling and Unmarshaling quad.Value.

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

No branches or pull requests

1 participant