| Package | Description |
|---|---|
| com.paypal.core.codec | |
| com.paypal.core.codec.binary |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
BinaryEncoder.encode(byte[] source)
Encodes a byte array and return the encoded data
as a byte array.
|
Object |
Encoder.encode(Object source)
Encodes an "Object" and returns the encoded content
as an Object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BaseNCodec.encode(Object pObject)
Encodes an Object using the Base-N algorithm.
|
Copyright © 2016. All Rights Reserved.