public SerializedAnnotationCreator(string name, Properties props) { string serializerClass = props.GetProperty(name + ".serializer"); serializer = ReflectionLoading.LoadByReflection(serializerClass); }
public SerializedAnnotationCreator(AnnotationSerializer serializer) { this.serializer = serializer; }