NewEncodedObject returns a new plumbing.EncodedObject, the real type of the object can be a custom implementation or the default one, plumbing.MemoryObject.
()
| 19 | // of the object can be a custom implementation or the default one, |
| 20 | // plumbing.MemoryObject. |
| 21 | NewEncodedObject() plumbing.EncodedObject |
| 22 | // SetEncodedObject saves an object into the storage, the object should |
| 23 | // be create with the NewEncodedObject, method, and file if the type is |
| 24 | // not supported. |
no outgoing calls