Exemplo n.º 1
0
 private IGraphFormatter GetFormatter(Type type)
 {
     return(m_formatterSelector.GetFormatter(type) ?? SerializationServices.GetDefaultSerializationFormatter(type));
 }