ru.tinkoff.phobos.derevo.elementDecoder.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phobos-derevo_2.13 Show documentation
Show all versions of phobos-derevo_2.13 Show documentation
Fast xml data binding library
The newest version!
package ru.tinkoff.phobos.derevo
import derevo.{Derevo, Derivation, delegating}
import ru.tinkoff.phobos.decoding.ElementDecoder
@delegating("ru.tinkoff.phobos.derivation.semiauto.deriveElementDecoder")
object elementDecoder extends Derivation[ElementDecoder] {
implicit def instance[T]: ElementDecoder[T] = macro Derevo.delegate[ElementDecoder, T]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy