| Package | Description |
|---|---|
| com.alipay.api.internal.util.codec |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] pArray)
Encodes a byte array and return the encoded data
as a byte array.
|
Object |
Base64.encode(Object pObject)
Encodes an Object using the base64 algorithm.
|
Object |
Encoder.encode(Object pObject)
Encodes an "Object" and returns the encoded content
as an Object.
|
Copyright © 2018. All rights reserved.