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

org.alcibiade.chess.persistence.PositionMarshaller Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.alcibiade.chess.persistence;

import org.alcibiade.chess.model.ChessPosition;

/**
 * Persist position without history.
 *
 * @author Yannick Kirschhoffer 
 */
public interface PositionMarshaller {

    String convertPositionToString(ChessPosition position);

    ChessPosition convertStringToPosition(String text);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy