Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ encode
Method
encode
java/lib/src/main/java/io/github/ccxt/base/Encode.java:255–257 ·
view source on GitHub ↗
(Object data)
Source
from the content-addressed store, hash-verified
253
// ----------------------------
254
255
public
static
String encode(Object data) {
256
return
(String) data;
257
}
258
259
public
static
String decode(Object data) {
260
return
(String) data;
Callers
15
sign
Method · 0.45
hashMessage
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
signMessage
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected