org.opentripplanner.kryo.HashBiMapSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
package org.opentripplanner.kryo;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.serializers.MapSerializer;
import com.google.common.collect.HashBiMap;
import java.util.Map;
/**
* Created by abyrd on 2018-10-25
*/
public class HashBiMapSerializer extends MapSerializer {
protected Map create(Kryo kryo, Input input, Class
© 2015 - 2025 Weber Informatics LLC | Privacy Policy