Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CallTraceDecoder(descriptor: SerialDescriptor, val prefix: String = "", var name: String? = null) : Decoder, CompositeDecoder
This decoder is no-op, but it will print the order of the calls to a Decoder. Very important to understand call stack for decoding any class
Link copied to clipboard