예제 #1
0
 public static SerializableAttribute GetSerializableAttribute(Type type)
 {
     return(CachedAttributeGetter <SerializableAttribute> .GetAttribute(type));
 }
예제 #2
0
 public static JsonContainerAttribute GetJsonContainerAttribute(Type type)
 {
     return(CachedAttributeGetter <JsonContainerAttribute> .GetAttribute(type));
 }