* Serialize the struct value * @this {!StructListModel} * @param {!StructList} value StructList value * @return {!number} Model begin offset
(value)
| 17894 | * @return {!number} Model begin offset |
| 17895 | */ |
| 17896 | serialize (value) { |
| 17897 | let fbeBegin = this.createBegin() |
| 17898 | this.model.set(value) |
| 17899 | return this.createEnd(fbeBegin) |
| 17900 | } |
| 17901 | |
| 17902 | /** |
| 17903 | * Deserialize the struct value |
no test coverage detected