Package com.dslplatform.json
Interface DslJson.Fallback<TContext>
public static interface DslJson.Fallback<TContext>
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize(TContext context, Type manifest, byte[] body, int size) deserialize(TContext context, Type manifest, InputStream stream) voidserialize(Object instance, OutputStream stream)
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
@Nullable Object deserialize(@Nullable TContext context, Type manifest, byte[] body, int size) throws IOException - Throws:
IOException
-
deserialize
@Nullable Object deserialize(@Nullable TContext context, Type manifest, InputStream stream) throws IOException - Throws:
IOException
-