Returns a default serializer. @param os output stream reference @return serializer @throws IOException I/O exception
(final OutputStream os)
| 86 | * @throws IOException I/O exception |
| 87 | */ |
| 88 | public static Serializer get(final OutputStream os) throws IOException { |
| 89 | return get(os, null); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Returns a specific serializer. |