* Serializes this instance into the provided serializer context. * @param {DeserializedType} data data * @param {Context} context context object * @returns {SerializedType | Promise<SerializedType> | null} serialized data
(data, context)
| 677 | * @returns {SerializedType | Promise<SerializedType> | null} serialized data |
| 678 | */ |
| 679 | serialize(data, context) { |
| 680 | return this._serialize(data, context); |
| 681 | } |
| 682 | |
| 683 | /** |
| 684 | * Returns new lazy. |
nothing calls this directly
no test coverage detected