diff --git a/convert.html b/convert.html index cbd2615c6..46d6205ff 100644 --- a/convert.html +++ b/convert.html @@ -40,9 +40,9 @@ public void convertTo(final OutputStream out, final Type type, final Object value); - public ByteBuffer[] convertTo(final java.util.function.Supplier<ByteBuffer> supplier, final Object value); + public ByteBuffer[] convertTo(final java.util.function.Supplier<ByteBuffer> supplier, final Object value); - public ByteBuffer[] convertTo(final java.util.function.Supplier<ByteBuffer> supplier, final Type type, final Object value); + public ByteBuffer[] convertTo(final java.util.function.Supplier<ByteBuffer> supplier, final Type type, final Object value); public void convertTo(final JsonWriter writer, final Object value); @@ -55,10 +55,10 @@ public <T> T convertFrom(final Type type, final char[] text, final int start, final int len); - public <T> T convertFrom(final Type type, final ByteBuffer... buffers); - public <T> T convertFrom(final Type type, final InputStream in); + public <T> T convertFrom(final Type type, final ByteBuffer... buffers); + public <T> T convertFrom(final Type type, final JsonReader reader);
Convert δΈ ByteBuffer ηη»ε