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

package org.bson.codecs;

import org.bson.BsonType;

public interface RepresentationConfigurable<T>
{
    BsonType getRepresentation();
    
    Codec<T> withRepresentation(final BsonType p0);
}
