Package com.dslplatform.json
Interface DslJson.Fallback<TContext>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectdeserialize(TContext context, java.lang.reflect.Type manifest, byte[] body, int size)java.lang.Objectdeserialize(TContext context, java.lang.reflect.Type manifest, java.io.InputStream stream)voidserialize(java.lang.Object instance, java.io.OutputStream stream)
-
-
-
Method Detail
-
serialize
void serialize(@Nullable java.lang.Object instance, java.io.OutputStream stream) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
@Nullable java.lang.Object deserialize(@Nullable TContext context, java.lang.reflect.Type manifest, byte[] body, int size) throws java.io.IOException
- Throws:
java.io.IOException
-
-