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

commonMain.com.copperleaf.ballast.debugger.versions.v2.ClientModelSerializerV1ToV2.kt Maven / Gradle / Ivy

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

import com.copperleaf.ballast.debugger.versions.CompositeModelSerializer
import com.copperleaf.ballast.debugger.versions.v1.BallastDebuggerActionV1
import com.copperleaf.ballast.debugger.versions.v1.BallastDebuggerEventV1
import com.copperleaf.ballast.debugger.versions.v1.ClientModelSerializerV1

public class ClientModelSerializerV1ToV2 : CompositeModelSerializer<
        BallastDebuggerEventV1,
        BallastDebuggerEventV2,
        BallastDebuggerActionV1,
        BallastDebuggerActionV2>(
    serializer = ClientModelSerializerV1(),
    converter = ClientModelConverterV1ToV2(),
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy