* Restores this instance from the provided deserializer context. * @param {ObjectDeserializerContext} context context
({ read })
| 86 | * @param {ObjectDeserializerContext} context context |
| 87 | */ |
| 88 | deserialize({ read }) { |
| 89 | this.version = read(); |
| 90 | this.buildSnapshot = read(); |
| 91 | this.buildDependencies = read(); |
| 92 | this.resolveResults = read(); |
| 93 | this.resolveBuildDependenciesSnapshot = read(); |
| 94 | this.data = read(); |
| 95 | } |
| 96 | } |
| 97 | |
| 98 | makeSerializable( |