// 
// Decompiled by Procyon v0.6.0
// 

package org.bson.codecs;

import org.bson.UuidRepresentation;

public interface OverridableUuidRepresentationCodec<T>
{
    Codec<T> withUuidRepresentation(final UuidRepresentation p0);
}
