Open codexvn opened 2 months ago
@codexvn I am not sure if deserialization of UserMessage
is supported. Why do you _de_serialize it?
@langchain4j I want to store the context of a session as a memory, but currently I cannot serialize and deserialize the object directly
Cannot deserialize value of type
java.lang.String
from Array value (tokenJsonToken.START_ARRAY
) at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: xxxDoes json deserialization not currently supported?