Lazy Companion Marshaller
class LazyCompanionMarshaller<T : Any>( val id: RdId, val classLoader: ClassLoader, val fqn: String) : IMarshaller<T>
Content copied to clipboard
Constructors
Link copied to clipboard
fun LazyCompanionMarshaller( id: RdId, classLoader: ClassLoader, fqn: String)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
open override fun write( ctx: SerializationCtx, buffer: AbstractBuffer, value: T)
Content copied to clipboard