SerializableKeys<K extends SerializableField<V> , V> extension
- on
-
- StructForm<
K, V>
- StructForm<
Methods
-
compareTypes(
Iterable< Object?> objects) → bool -
Available on StructForm<
K, V> , provided by the SerializableKeys extension -
entriesFromJson(
Map< String, Object?> json) → Iterable<MapEntry< K, V> > -
Available on StructForm<
K, V> , provided by the SerializableKeys extension -
fromJson(
Map< String, Object?> json) → FieldMap<K, V> -
Available on StructForm<
fromJson common implementation returrns a Map buffer to caller. necessary before the Serializable subtype memory layout is known double buffers, however it should only be a small number of field referenceK, V> , provided by the SerializableKeys extension -
unmapEntriesByName(
Map< String, V> values) → Iterable<MapEntry< K, V> > -
Available on StructForm<
K, V> , provided by the SerializableKeys extension -
validate(
Map< K, V> struct) → Map<K, V> ? -
Available on StructForm<
K, V> , provided by the SerializableKeys extension