Method AssignRootContext
AssignRootContext(IValueSerializerContext)
Assigns a root context to use for ValueSerializer's that are used to return, for example, the string value of a property or key. All value serializaers will be looked up via this context if present.
public abstract void AssignRootContext(IValueSerializerContext context)
Parameters
context
IValueSerializerContextThe context that will be passed to ValueSerializer's and TypeConverter's when converting text to a string