mfbehrens / mfbehrens/sailsim-python
[Simulation] Use pickle for object serialization
Open
Nobody has claimed this yet.
new feature
- Dominant language
- Python
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
```
import pickle
pickle.dump(object, )
object = pickle.load(string or fs)
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current object-serialization code in the repository; the issue does not name a file, test, or entry point. Compare that path with the shown pickle.dump and pickle.load usage, and consider the work complete when the relevant simulation objects serialize and deserialize through pickle.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100