Commit a0574d6
refactor: update S3Store to use new serialization adapter pattern
Adapt S3Store to match the serialization refactoring from PR #184:
- Replace ManagedEntry.from_json() with self._serialization_adapter.load_json()
- Replace managed_entry.to_json() with self._serialization_adapter.dump_json()
- Leverage BasicSerializationAdapter automatically initialized by BaseStore
Co-authored-by: William Easton <strawgate@users.noreply.github.com>1 parent 4d00ab3 commit a0574d6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments