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

com.playtika.shepherd.serde.SerDe Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.playtika.shepherd.serde;

import java.nio.ByteBuffer;
import java.util.List;

public interface SerDe {
    List serialize(List population);

    List deserialize(List assignment);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy