All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.fastjson2.reader.ObjectReader.kt Maven / Gradle / Ivy

package com.alibaba.fastjson2.reader

import com.alibaba.fastjson2.JSON

/**
 * E.g.
 * ```
 *   val reader = ...
 *   val status = reader.register()
 * ```
 * @receiver ObjectReader<*>
 * @return [Boolean]
 * @since 2.0.3
 */
inline fun  ObjectReader<*>.register() =
    JSON.register(T::class.java, this)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy