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

commonMain.com.copperleaf.ballast.debugger.versions.v3.ClientModelSerializerV2ToV3.kt Maven / Gradle / Ivy

There is a newer version: 4.2.1
Show newest version
package com.copperleaf.ballast.debugger.versions.v3

import com.copperleaf.ballast.debugger.versions.CompositeModelSerializer
import com.copperleaf.ballast.debugger.versions.v2.BallastDebuggerActionV2
import com.copperleaf.ballast.debugger.versions.v2.BallastDebuggerEventV2
import com.copperleaf.ballast.debugger.versions.v2.ClientModelSerializerV2

public class ClientModelSerializerV2ToV3() : CompositeModelSerializer<
        BallastDebuggerEventV2,
        BallastDebuggerEventV3,
        BallastDebuggerActionV2,
        BallastDebuggerActionV3>(
        serializer = ClientModelSerializerV2(),
        converter = ClientModelConverterV2ToV3(),
    )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy