Deserializer.GetEmptyObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is invoked by DeserializeWithTypeInfo(MessagePackReader, MessagePackSerializerOptions) to retrieve an empty object (an object with no properties).
protected abstract object GetEmptyObject ();
abstract member GetEmptyObject : unit -> obj
Protected MustOverride Function GetEmptyObject () As Object
Returns
An object with no properties.