public override void writeObject(ExportContext ctx, object value, TypeData[] typeArguments = null) { ctx.writeFloat((float)value); }