Package com.microsoft.kiota.serialization
package com.microsoft.kiota.serialization
-
ClassDescriptionDefines a contract for models that can hold additional data besides the described properties.Marks a model as a composed type wrapper for serializationHelper methods for JSON serialization of kiota modelsHelper methods for serialization of kiota modelsDefines a serializable model object.ParsableFactory<T extends Parsable>Defines the factory for creating parsable objects.Interface for a deserialization node in a parse tree.Defines the contract for a factory that is used to create
ParseNodes.This factory holds a list of all the registered factories for the various types of nodes.Utility methods to reduce the amount of code being generated.Proxy factory that allows the composition of before and after callbacks on existing factories.Defines an interface for serialization of objects to a stream.Defines the contract for a factory that creates SerializationWriter instances.This factory holds a list of all the registered factories for the various types of nodes.Proxy factory that allows the composition of before and after callbacks on existing factories.Represents an untyped node with a collection of other untyped nodes.Represents an untyped node with boolean value.Represents an untyped node with decimal value.Represents an untyped node with double value.Represents an untyped node with Float value.Represents an untyped node with integer value.Represents an untyped node with Long value.Base class for untyped node.Represents an untyped node with null value.Represents an untyped node with object value.Represents an untyped node with string value.The interface for the valued enum.ValuedEnumParser<T extends Enum>The interface for a valued enum parser.