FirestoreDataAttribute(UnknownPropertyHandling unknownPropertyHandling)
Properties | |
---|---|
ConverterType | System.Type A custom converter type to use for serializing and deserializing the attributed type. |
UnknownPropertyHandling | The strategy to use when handling unknown properties. |
System.TypeConverterType
A custom converter type to use for serializing and deserializing the attributed type.
UnknownPropertyHandlingUnknownPropertyHandling
The strategy to use when handling unknown properties.
The default is UnknownPropertyHandling.Warn.
FirestoreDataAttribute()
Constructs a new instance with default values for options.
FirestoreDataAttribute(UnknownPropertyHandlingunknownPropertyHandling)
Constructs a new instance with the given handling for unknown properties.
Details | |||
---|---|---|---|
Parameters |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-17 UTC.