public interface IValueSerializerContext extends ILookup
ValueSerializer
.Modifier and Type | Method and Description |
---|---|
ValueSerializer |
getValueSerializerFor(PropertyInfo p)
Gets the value serializer for a specific
PropertyInfo . |
ValueSerializer |
getValueSerializerFor(Type type)
Gets the value serializer for a specific type.
|
createDictionaryLookup, createDynamic, createSingle, createSingle, createWrapped, lookup, lookup, lookup, safeLookup
ValueSerializer getValueSerializerFor(PropertyInfo p)
PropertyInfo
.p
- The descriptor of the property.null
.ValueSerializer getValueSerializerFor(Type type)
type
- The type to obtain a serializer for.null
.