From bc6aa3ba8b3fdbd93f1acb549f48daf278d43f2b Mon Sep 17 00:00:00 2001 From: wentch <22250530@qq.com> Date: Wed, 6 Jan 2016 14:37:59 +0800 Subject: [PATCH] --- convert.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ηη»ε