GitHub user ajs6f opened a pull request:
https://github.com/apache/commons-rdf/pull/43
COMMONSRDF-49: Make AbstractRDFParser serializable
Very simple approach-- I just exposed the values of the fields internally
and made the accessors keep producing `Optional<X>`. My understanding is that
any modern JVM will hotspot all the `isPresent` and similar calls into `null`
checks anyway, so there should be no performance implications.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ajs6f/commons-rdf COMMONSRDF-49
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-rdf/pull/43.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #43
----
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]