| Package | Description |
|---|---|
| io.jsonwebtoken.io |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
Serializer.serialize(T t)
Deprecated.
since 0.12.0 in favor of
Serializer.serialize(Object, OutputStream) |
byte[] |
AbstractSerializer.serialize(T t)
Converts the specified Java object into a formatted data byte array.
|
void |
Serializer.serialize(T t,
OutputStream out)
Converts the specified Java object into a formatted data byte stream, writing the bytes to the specified
output stream. |
void |
AbstractSerializer.serialize(T t,
OutputStream out)
Converts the specified Java object into a formatted data byte stream, writing the bytes to the specified
output stream. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.