We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java.nio.file.Path
(follow-up to #112)
Looks like it'd be useful to support JDK 1.7+ java.nio.file.Path value type. Let's add very basic reader, writer support.
The text was updated successfully, but these errors were encountered:
e598afa
Merge pull request #117 from FasterXML/tatu/2.17/116-support-path-type
11d0611
Fix #116: add read/write support for `java.nio.file.Path`
Change post #116 to potentially change serialization of `java.nio.fil…
66cf5b3
…e.Path`
Merge pull request #119 from FasterXML/tatu/2.17/116-chagen-path-seri…
b86ef5a
…alization Change post #116 to potentially change serialization of `java.nio.file.Path`
Change post FasterXML#116 to potentially change serialization of `jav…
2324570
…a.nio.file.Path`
No branches or pull requests
(follow-up to #112)
Looks like it'd be useful to support JDK 1.7+
java.nio.file.Path
value type.Let's add very basic reader, writer support.
The text was updated successfully, but these errors were encountered: