Class WeightedSerializableObject<T extends DataSerializable>

java.lang.Object
org.spongepowered.api.util.weighted.TableEntry<T>
org.spongepowered.api.util.weighted.WeightedObject<T>
org.spongepowered.api.util.weighted.WeightedSerializableObject<T>
Type Parameters:
T - The entry type
All Implemented Interfaces:
DataSerializable

public class WeightedSerializableObject<T extends DataSerializable> extends WeightedObject<T> implements DataSerializable
An entry which contains an object with the added restriction that the object be serializable.