Commit 8075fcc
committed
refactor(lock): use JSON for file lock metadata
- Replace file lock serialize/unserialize metadata handling with JSON
- Keep explicit owner and expiry validation after decoding
- Use JSON_THROW_ON_ERROR for encode and decode failures"
Signed-off-by: memleakd <121398829+memleakd@users.noreply.github.com>1 parent 9c0e475 commit 8075fcc
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
| |||
0 commit comments