-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hello,
I have an issue while serializing a String using eJDO (I'm on Berlin 10.1 Update 1):
program SmallTest;
{$APPTYPE CONSOLE}
{$R *.res}
uses
System.SysUtils,
DJSON,
DJSON.Engine.Stream,
DJSON.Engine.DOM,
DJSON.Utils.RTTI,
DJSON.Params,
DJSON.Engine.JDO;
var
s: String;
begin
try
writeln( 'works: ' , dj.From( 'A' ).ToJson );
writeln( 'does not work: ', dj.From( 'A' ).Engine( eJDO ).ToJson );
except
on E: Exception do
Writeln(E.ClassName, ': ', E.Message);
end;
readln;
end.
Can someone reproduce this issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels