* Serialize the struct value * @this {!StructSetModel} * @param {!StructSet} value StructSet value * @return {!number} Model begin offset
(value)
| 19147 | * @return {!number} Model begin offset |
| 19148 | */ |
| 19149 | serialize (value) { |
| 19150 | let fbeBegin = this.createBegin() |
| 19151 | this.model.set(value) |
| 19152 | return this.createEnd(fbeBegin) |
| 19153 | } |
| 19154 | |
| 19155 | /** |
| 19156 | * Deserialize the struct value |
no test coverage detected