MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / writeObject

Method writeObject

CodenameOne/src/com/codename1/io/Storage.java:374–376  ·  view source on GitHub ↗
(String name, Object o)

Source from the content-addressed store, hash-verified

372 ///
373 /// true for success, false for failure
374 public boolean writeObject(String name, Object o) {
375 return writeObject(name, o, true);
376 }
377
378 /// Writes the given object to storage assuming it is an externalizable type
379 /// or one of the supported types.

Callers 3

addPendingPurchaseMethod · 0.95
removePendingPurchaseMethod · 0.95
serializeAuthMethod · 0.95

Calls 10

fixFileNameMethod · 0.95
createOutputStreamMethod · 0.95
writeObjectMethod · 0.95
eMethod · 0.95
isCrashBoundMethod · 0.95
sendLogMethod · 0.95
getImplementationMethod · 0.95
putMethod · 0.65
cleanupMethod · 0.65
deleteStorageFileMethod · 0.45

Tested by

no test coverage detected