Package org.bsc.langgraph4j.langchain4j.serializer.std
package org.bsc.langgraph4j.langchain4j.serializer.std
-
ClassesClassDescriptionThe AiMessageSerializer class implements the Serializer interface for the AiMessage type.The ChatMesssageSerializer class is responsible for serializing and deserializing ChatMessage objects.LC4jStateSerializer<State extends AgentState>The SystemMessageSerializer class implements the Serializer interface for the SystemMessage type.The ToolExecutionRequestSerializer class implements the Serializer interface for the ToolExecutionRequest type.This class is responsible for serializing and deserializing instances of ToolExecutionResultMessage.The UserMessageSerializer class implements the NullableObjectSerializer interface for the UserMessage type.