Skip to content

Commit 8113b0e

Browse files
authored
Merge pull request #2083 from gastaldi/fix_title
Fix blog title
2 parents 2dd7439 + 5637a65 commit 8113b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2024-08-19-quarkus-metaprogramming.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
layout: post
3-
title: 'Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance'
3+
title: "Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance"
44
date: 2024-08-19
55
tags: gizmo,jandex,jackson,performances
6-
synopsis: 'Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance'
6+
synopsis: "Leveraging Quarkus build-time metaprogramming capabilities to improve Jackson's serialization performance"
77
author: mariofusco
88
---
99
:imagesdir: /assets/images/posts/metaprogramming
@@ -371,4 +371,4 @@ image::f3.png[]
371371
In fact in this case all the objects serializations, the one of the `Customer` instance returned by the rest endpoint plus all other objects referenced by it, are now performed by the serializers generated during the deployment phase, the ones with the class names terminating in `$quarkusjacksonserializer` and evidenced in purple in this last flamegraph.
372372

373373
.Flamegraph of serialization demonstrating how all the necessary generated serializers are invoked
374-
image::f4.png[]
374+
image::f4.png[]

0 commit comments

Comments
 (0)