|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DslJson.Fallback<TContext>
| Method Summary | |
|---|---|
Object |
deserialize(TContext context,
Type manifest,
byte[] body,
int size)
|
Object |
deserialize(TContext context,
Type manifest,
InputStream stream)
|
void |
serialize(Object instance,
OutputStream stream)
|
| Method Detail |
|---|
void serialize(@Nullable
Object instance,
OutputStream stream)
throws IOException
IOException
@Nullable
Object deserialize(@Nullable
TContext context,
Type manifest,
byte[] body,
int size)
throws IOException
IOException
@Nullable
Object deserialize(@Nullable
TContext context,
Type manifest,
InputStream stream)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||