Skip to content

Commit 5637a65

Browse files
committed
Fix blog title
1 parent 2dd7439 commit 5637a65

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)