jackrabbit-oak
jackrabbit-oak copied to clipboard
Change the method name "serialize" to "serializeReferences"
The function of this method is to serialize the passed references. However, only naming it as "serialize" cannot describe it clearly. Given that the class name (GetReferencesResponseEncoder) provides lots of semantic information, it would be better to change this method's name into "serializeReferences" for providing enough guidance.