* Serialize the struct value * @this {!StructHashModel} * @param {!StructHash} value StructHash value * @return {!number} Model begin offset
(value)
| 22413 | * @return {!number} Model begin offset |
| 22414 | */ |
| 22415 | serialize (value) { |
| 22416 | let fbeBegin = this.createBegin() |
| 22417 | this.model.set(value) |
| 22418 | return this.createEnd(fbeBegin) |
| 22419 | } |
| 22420 | |
| 22421 | /** |
| 22422 | * Deserialize the struct value |
no test coverage detected